From b4f8b7eadcbbd5fbff188f25f06374d2fed1446d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=C3=A1ngel=20Cabrera?= Date: Tue, 9 Aug 2016 19:55:20 +0200 Subject: [PATCH] Remove `import 'rxjs/Rx'` from `test.ts` #1602 (#1612) --- addon/ng2/blueprints/ng2/files/__path__/test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/addon/ng2/blueprints/ng2/files/__path__/test.ts b/addon/ng2/blueprints/ng2/files/__path__/test.ts index 21a83d1b0ad2..cef85f112c20 100644 --- a/addon/ng2/blueprints/ng2/files/__path__/test.ts +++ b/addon/ng2/blueprints/ng2/files/__path__/test.ts @@ -11,9 +11,6 @@ import 'zone.js/dist/async-test'; import 'zone.js/dist/fake-async-test'; import 'zone.js/dist/sync-test'; -// RxJS -import 'rxjs/Rx'; - // Unfortunately there's no typing for the `__karma__` variable. Just declare it as any. declare var __karma__: any;