Changed unit test env to PhantomJS

This commit is contained in:
euvl
2017-08-23 11:21:13 +01:00
parent 9f25307e30
commit 7dc7f5a303
3 changed files with 17 additions and 37 deletions

View File

@@ -10,7 +10,8 @@ module.exports = function(config) {
'./tests.webpack.js'
],
browsers: [
'Chrome'
// 'Chrome',
'PhantomJS'
],
preprocessors: {
'./tests.webpack.js': ['webpack', 'sourcemap']
@@ -18,7 +19,8 @@ module.exports = function(config) {
reporters: ['spec'],
plugins: [
// Launchers
'karma-chrome-launcher',
// 'karma-chrome-launcher',
'karma-phantomjs-launcher',
// Test Libraries
'karma-mocha',