Skip to content
This repository was archived by the owner on Jul 27, 2020. It is now read-only.

Commit a6d632b

Browse files
committed
fix(test): add es6-shim to test env
1 parent 266e857 commit a6d632b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ module.exports = function(config) {
1616

1717
// list of files / patterns to load in the browser
1818
files: [
19+
'node_modules/es6-shim/es6-shim.js',
1920
'node_modules/systemjs/dist/system.js',
2021
'spec/support/karma-system.js',
2122
'node_modules/reflect-metadata/Reflect.js',

0 commit comments

Comments
 (0)