From af9eb0d99e6640f8e00657b1b957f916f1c174f0 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 30 Jun 2017 18:20:48 +0200 Subject: [PATCH] update test --- test/test.ts | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/test.ts b/test/test.ts index e7ccdfa..0714da7 100644 --- a/test/test.ts +++ b/test/test.ts @@ -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