Skip to content

Commit

Permalink
Merge pull request #2849 from kwonoj/build-test
Browse files Browse the repository at this point in the history
build(test): fix build failure on windows
  • Loading branch information
kwonoj authored Sep 23, 2017
2 parents 1b6aa87 + dadd130 commit 2e576dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Observable-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import * as sinon from 'sinon';
import * as Rx from '../dist/package/Rx';
import { TeardownLogic } from '../dist/package/Subscription';
import marbleTestingSignature = require('./helpers/marble-testing'); // tslint:disable-line:no-require-imports
import { map } from '../dist/package/operators';
import { map } from '../dist/package/operators/map';

declare const { asDiagram, rxTestScheduler };
declare const cold: typeof marbleTestingSignature.cold;
Expand Down

0 comments on commit 2e576dc

Please sign in to comment.