Skip to content
Snippets Groups Projects
Commit 9c60eea1 authored by Bucknell, Mary S.'s avatar Bucknell, Mary S.
Browse files

Exclude the specs from coverage

parent 6b495372
No related branches found
No related tags found
No related merge requests found
......@@ -26,7 +26,8 @@ module.exports = function(config) {
// preprocess matching files before serving them to the browser
// available preprocessors: https://npmjs.org/browse/keyword/karma-preprocessor
preprocessors: {
'assets/src/scripts/**/*.js': ['browserify', 'coverage']
'assets/src/scripts/**/!(*.spec).js': ['coverage'],
'assets/src/scripts/**/*.js': ['browserify']
},
// test results reporter to use
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment