From ccc9303c636f68c78574eadc620172ba49697391 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sat, 31 Aug 2019 23:15:05 +0200 Subject: [PATCH] fix(core): update --- test/test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/test.ts b/test/test.ts index 99f6232..a0f6744 100644 --- a/test/test.ts +++ b/test/test.ts @@ -2,7 +2,6 @@ import { expect, tap } from '@pushrocks/tapbundle'; import * as smartexpress from '@pushrocks/smartexpress'; import * as typedrequest from '../ts/index'; -import { async } from 'rxjs/internal/scheduler/async'; let testServer: smartexpress.Server;