Skip to content

Commit

Permalink
Remove import 'rxjs/Rx' from test.ts #1602 (#1612)
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguelángel Cabrera authored and hansl committed Aug 9, 2016
1 parent 560ae8f commit b4f8b7e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions addon/ng2/blueprints/ng2/files/__path__/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit b4f8b7e

Please sign in to comment.