We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1eea1a9 commit a85f95cCopy full SHA for a85f95c
test/unit/karma.dev.config.js
@@ -2,10 +2,10 @@ var base = require('./karma.base.config.js')
2
3
module.exports = function (config) {
4
config.set(Object.assign(base, {
5
- browsers: ['ChromeHeadless'],
+ browsers: ['PhantomJS'],
6
reporters: ['progress'],
7
plugins: base.plugins.concat([
8
- 'karma-chrome-launcher'
+ 'karma-phantomjs-launcher'
9
])
10
}))
11
}
0 commit comments