added firefox to karma config
This commit is contained in:
parent
5bf59f4c25
commit
ca9906de33
|
@ -61,7 +61,7 @@ module.exports = function(config) {
|
|||
|
||||
// start these browsers
|
||||
// available browser launchers: https://npmjs.org/browse/keyword/karma-launcher
|
||||
browsers: ['Chrome'],
|
||||
browsers: ['Chrome', 'Firefox'],
|
||||
|
||||
// Continuous Integration mode
|
||||
// if true, Karma captures browsers, runs the tests and exits
|
||||
|
@ -76,6 +76,7 @@ module.exports = function(config) {
|
|||
'karma-webpack',
|
||||
'karma-requirejs',
|
||||
'karma-chrome-launcher',
|
||||
'karma-firefox-launcher',
|
||||
'karma-browserify',
|
||||
'karma-sourcemap-loader'
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue