Commit 80917acd authored by Mike Greiling's avatar Mike Greiling

prevent karma from reloading on save until webpack is ready

parent 31af0fba
......@@ -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: {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment