removed unused plugins from karma config

This commit is contained in:
Carlos 2017-08-30 08:55:21 +02:00
parent 5e8f95dd65
commit bc987abb10
1 changed files with 0 additions and 2 deletions

View File

@ -74,10 +74,8 @@ module.exports = function(config) {
plugins: [
'karma-jasmine',
'karma-webpack',
'karma-requirejs',
'karma-chrome-launcher',
'karma-firefox-launcher',
'karma-browserify',
'karma-sourcemap-loader'
]
});