Skip to content

Commit

Permalink
Remove nightmare
Browse files Browse the repository at this point in the history
  • Loading branch information
Dafrok committed Sep 16, 2017
1 parent da7baf7 commit 425781e
Show file tree
Hide file tree
Showing 3 changed files with 1,029 additions and 473 deletions.
3 changes: 1 addition & 2 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ module.exports = function (config) {
},
plugins: [
'karma-mocha',
'karma-nightmare',
'karma-coverage',
'karma-webpack'
],
Expand All @@ -38,7 +37,7 @@ module.exports = function (config) {
colors: true,
logLevel: config.LOG_INFO,
autoWatch: false,
browsers: ['Nightmare'],
browsers: [/*'Nightmare'*/],
singleRun: true,
concurrency: Infinity
})
Expand Down
Loading

0 comments on commit 425781e

Please sign in to comment.