File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed
{{cookiecutter.github_project_name}} Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 58
58
"@types/mocha" : " ^5.2.5" ,
59
59
"@types/node" : " ^10.11.6" ,
60
60
"@types/webpack-env" : " ^1.13.6" ,
61
+ "acorn" : " ^7.2.0" ,
61
62
"css-loader" : " ^3.2.0" ,
62
63
"expect.js" : " ^0.3.1" ,
63
64
"fs-extra" : " ^7.0.0" ,
64
- "karma" : " ^3.0 .0" ,
65
+ "karma" : " ^3.1 .0" ,
65
66
"karma-chrome-launcher" : " ^2.2.0" ,
66
67
"karma-firefox-launcher" : " ^1.1.0" ,
67
68
"karma-ie-launcher" : " ^1.0.0" ,
68
69
"karma-mocha" : " ^1.3.0" ,
69
70
"karma-mocha-reporter" : " ^2.2.5" ,
70
- "karma-typescript" : " ^3.0.13" ,
71
+ "karma-typescript" : " ^5.0.3" ,
72
+ "karma-typescript-es6-transform" : " ^5.0.3" ,
71
73
"mkdirp" : " ^0.5.1" ,
72
74
"mocha" : " ^5.2.0" ,
73
75
"npm-run-all" : " ^4.1.3" ,
Original file line number Diff line number Diff line change @@ -35,6 +35,11 @@ module.exports = function (config) {
35
35
"directory" : "coverage" ,
36
36
"filename" : "coverage.lcov"
37
37
}
38
+ } ,
39
+ bundlerOptions : {
40
+ transforms : [
41
+ require ( "karma-typescript-es6-transform" ) ( )
42
+ ]
38
43
}
39
44
}
40
45
} ) ;
You can’t perform that action at this time.
0 commit comments