Skip to content

Commit e64f825

Browse files
fix(karma): add script-launcher as karma framework
1 parent 3bafe16 commit e64f825

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/karma.conf.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ module.exports = function(config){
2626
'karma-junit-reporter',
2727
'karma-chrome-launcher',
2828
'karma-firefox-launcher',
29+
'karma-script-launcher',
2930
'karma-jasmine'
3031
],
3132

0 commit comments

Comments
 (0)