@@ -14,20 +14,23 @@ module.exports = function(config) {
1414 } ,
1515 files : [
1616 { pattern : 'node_modules/core-js/client/core.js' , included : true , watched : true } ,
17- { pattern : 'node_modules/zone.js/dist/zone.js' , included : true , watched : true } ,
18- // Needed for async testsing {https://github.com/angular/angular/issues/8232}
19- { pattern : 'node_modules/zone.js/dist/async-test.js' , included : true , watched : true } ,
17+ 'node_modules/reflect-metadata/Reflect.js' ,
18+ 'node_modules/zone.js/dist/zone.js' ,
19+ 'node_modules/zone.js/dist/long-stack-trace-zone.js' ,
20+ 'node_modules/zone.js/dist/proxy.js' ,
21+ 'node_modules/zone.js/dist/sync-test.js' ,
22+ 'node_modules/zone.js/dist/jasmine-patch.js' ,
23+ 'node_modules/zone.js/dist/async-test.js' ,
24+ 'node_modules/zone.js/dist/fake-async-test.js' ,
2025 { pattern : 'node_modules/systemjs/dist/system-polyfills.js' , included : true , watched : false } ,
2126 { pattern : 'node_modules/systemjs/dist/system.src.js' , included : true , watched : true } ,
2227
2328 { pattern : 'karma-systemjs-config.js' , included : true , watched : true } ,
2429
25- { pattern : 'node_modules/rxjs/**/*' , included : false , watched : false } ,
26- { pattern : 'node_modules/@angular/common/**/*' , included : false , watched : false } ,
27- { pattern : 'node_modules/@angular/core/**/*' , included : false , watched : false } ,
28- { pattern : 'node_modules/@angular/platform-browser/**/*' , included : false , watched : false } ,
29- { pattern : 'node_modules/@angular/compiler/**/*' , included : false , watched : false } ,
30- { pattern : 'node_modules/@angular/platform-browser-dynamic/**/*' , included : false , watched : false } ,
30+ { pattern : 'node_modules/rxjs/**/*.js' , included : false , watched : false } ,
31+ { pattern : 'node_modules/rxjs/**/*.js.map' , included : false , watched : false } ,
32+ { pattern : 'node_modules/@angular/**/*.js' , included : false , watched : false } ,
33+ { pattern : 'node_modules/@angular/**/*.js.map' , included : false , watched : false } ,
3134
3235 { pattern : 'karma-test-shim.js' , included : true , watched : true } ,
3336
0 commit comments