From 6e1d1476fb7978d86a21e261eda27ae0152e2d88 Mon Sep 17 00:00:00 2001 From: Miguelangel Cabrera Date: Tue, 9 Aug 2016 13:32:41 -0300 Subject: [PATCH] Remove `import 'rxjs/Rx'` from `test.ts` #1602 --- 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;