mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-12-08 20:48:46 +00:00
Changed unit test env to PhantomJS
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user