Skip to content

Commit b8f1da1

Browse files
committed
fix(karma conf): Add plugins to make npm run test:all work
1 parent d67862f commit b8f1da1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

karma.conf.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ module.exports = function (config) {
1515

1616
plugins: [
1717
'karma-chrome-launcher',
18+
'karma-firefox-launcher',
19+
'karma-safari-launcher',
1820
'karma-coverage',
1921
'karma-mocha',
2022
'karma-sourcemap-loader',

0 commit comments

Comments
 (0)