Skip to content

Commit d3f914d

Browse files
committed
Remove redundant test configuration - karma plugins are autoloaded
1 parent 9b28499 commit d3f914d

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

karma.conf.js

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@ module.exports = function(config) {
4545

4646
captureTimeout: 60000,
4747

48-
singleRun: false,
49-
50-
plugins: [
51-
require("karma-mocha"),
52-
require("karma-chrome-launcher"),
53-
require("karma-firefox-launcher"),
54-
require("karma-webpack")
55-
]
48+
singleRun: false
5649
});
5750
};

0 commit comments

Comments
 (0)