1- import './polyfills.ts' ;
1+ // import './polyfills.ts';
22
3- import 'zone.js/dist/long-stack-trace-zone' ;
4- import 'zone.js/dist/proxy.js' ;
5- import 'zone.js/dist/sync-test' ;
6- import 'zone.js/dist/jasmine-patch' ;
7- import 'zone.js/dist/async-test' ;
8- import 'zone.js/dist/fake-async-test' ;
3+ // import 'zone.js/dist/long-stack-trace-zone';
4+ // import 'zone.js/dist/proxy.js';
5+ // import 'zone.js/dist/sync-test';
6+ // import 'zone.js/dist/jasmine-patch';
7+ // import 'zone.js/dist/async-test';
8+ // import 'zone.js/dist/fake-async-test';
99
1010// Unfortunately there's no typing for the `__karma__` variable. Just declare it as any.
1111declare var __karma__ : any ;
@@ -16,15 +16,15 @@ __karma__.loaded = function () {};
1616
1717
1818Promise . all ( [
19- System . import ( '@angular/core/testing' ) ,
20- System . import ( '@angular/platform-browser-dynamic/testing' )
19+ // System.import('@angular/core/testing'),
20+ // System.import('@angular/platform-browser-dynamic/testing')
2121] )
2222 // First, initialize the Angular testing environment.
2323 . then ( ( [ testing , testingBrowser ] ) => {
24- testing . getTestBed ( ) . initTestEnvironment (
25- testingBrowser . BrowserDynamicTestingModule ,
26- testingBrowser . platformBrowserDynamicTesting ( )
27- ) ;
24+ // testing.getTestBed().initTestEnvironment(
25+ // testingBrowser.BrowserDynamicTestingModule,
26+ // testingBrowser.platformBrowserDynamicTesting()
27+ // );
2828 } )
2929 // Then we find all the tests.
3030 . then ( ( ) => require . context ( './' , true , / \. s p e c \. t s / ) )
0 commit comments