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;