Skip to content

Commit cec3ecc

Browse files
committed
Adding es6-shim for IE.
1 parent 6cbdfbe commit cec3ecc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,14 @@ module.exports = function(config) {
1414
require('karma-sauce-launcher'),
1515
],
1616
files: [
17+
{pattern: 'node_modules/es6-shim/es6-shim.js', included: true, watched: true},
1718
{pattern: 'node_modules/angular2/bundles/angular2-polyfills.js', included: true, watched: true},
1819
{pattern: 'node_modules/systemjs/dist/system-polyfills.js', included: true, watched: true},
1920
{pattern: 'node_modules/systemjs/dist/system.src.js', included: true, watched: true},
2021
{pattern: 'node_modules/rxjs/bundles/Rx.js', included: true, watched: true},
2122
{pattern: 'node_modules/angular2/bundles/angular2.js', included: true, watched: true},
2223
{pattern: 'node_modules/angular2/bundles/testing.dev.js', included: true, watched: true},
24+
{pattern: 'node_modules/angular2/bundles/testing.dev.js', included: true, watched: true},
2325

2426
{pattern: 'test/karma-test-shim.js', included: true, watched: true},
2527

0 commit comments

Comments
 (0)