Skip to content

Commit

Permalink
fix(timeout-spec): fix merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
trxcllnt committed Feb 15, 2017
1 parent e14c7b8 commit 119e0d4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions spec/operators/timeout-spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@ import { expect } from 'chai';
import * as Rx from '../../dist/cjs/Rx';
import marbleTestingSignature = require('../helpers/marble-testing'); // tslint:disable-line:no-require-imports

declare const { asDiagram };
declare const hot: typeof marbleTestingSignature.hot;
declare const cold: typeof marbleTestingSignature.cold;
declare const expectObservable: typeof marbleTestingSignature.expectObservable;
declare const expectSubscriptions: typeof marbleTestingSignature.expectSubscriptions;

declare const { asDiagram };
declare const rxTestScheduler: Rx.TestScheduler;
declare const hot: typeof marbleTestingSignature.hot;
Expand Down

0 comments on commit 119e0d4

Please sign in to comment.