Skip to content
Snippets Groups Projects
Unverified Commit 2c798ed7 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Fix js tests by excluding build artefacts

parent 2e102ec9
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ module.exports = function (config) {
// all files ending in "_test"
{pattern: 'js/tests/*_spec.js', watched: false},
{pattern: 'js/tests/**/*_spec.js', watched: false},
{pattern: 'js/build/build.js', included: true}
{pattern: 'js/build/build.js', included: false}
],
// list of files to exclude
......
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