Skip to content

Commit d1bd1fd

Browse files
Shahar Talmipetebacondarwin
authored andcommitted
fix(karma): sort out missing and broken includes
1 parent b3b4078 commit d1bd1fd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

addon/ng2/blueprints/ng2/files/karma.conf.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ module.exports = function(config) {
77
require('karma-chrome-launcher')
88
],
99
files: [
10+
{pattern: 'node_modules/angular2/bundles/angular2-polyfills.js', included: true, watched: true},
1011
{pattern: 'node_modules/systemjs/dist/system.src.js', included: true, watched: true},
12+
{pattern: 'node_modules/rxjs/bundles/Rx.js', included: true, watched: true},
1113
{pattern: 'node_modules/angular2/bundles/angular2.js', included: true, watched: true},
12-
{pattern: 'node_modules/angular2/bundles/testing.js', included: true, watched: true},
14+
{pattern: 'node_modules/angular2/bundles/testing.dev.js', included: true, watched: true},
1315

1416
{pattern: 'karma-test-shim.js', included: true, watched: true},
1517

0 commit comments

Comments
 (0)