update test

This commit is contained in:
Philipp Kunz 2017-06-30 18:20:48 +02:00
parent 46e7b52930
commit af9eb0d99e

View File

@ -1,11 +1,10 @@
import { tap, expect } from 'tapbundle'
import * as smartchok from '../dist/index'
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>