fix loading of rxjs

This commit is contained in:
2017-06-30 18:12:00 +02:00
parent 5e5f2ce6c2
commit ab3ad55c43
2 changed files with 11 additions and 11 deletions

View File

@ -1,11 +1,12 @@
import { tap, expect } from 'tapbundle'
import * as smartfile from 'smartfile'
import * as smartq from 'smartq'
import * as rx from 'rxjs/Rx'
// the module to test
import * as smartchok from '../dist/index'
import * as rx from 'rxjs/Rx'
let testSmartchok: smartchok.Smartchok
let testAddObservable: rx.Observable<any>
let testSubscription: rx.Subscription