prevent karma from reloading on save until webpack is ready

This commit is contained in:
Mike Greiling 2017-01-07 01:38:36 -06:00
parent 31af0fbaf8
commit 80917acd7e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module.exports = function(config) {
basePath: ROOT_PATH,
frameworks: ['jasmine'],
files: [
'spec/javascripts/test_bundle.js',
{ pattern: 'spec/javascripts/test_bundle.js', watched: false },
{ pattern: 'spec/javascripts/fixtures/**/*@(.json|.html|.html.raw)', included: false },
],
preprocessors: {