Skip to content

Commit

Permalink
fix(karma): fail on empty test suite
Browse files Browse the repository at this point in the history
Fixes #100
  • Loading branch information
dignifiedquire committed Mar 8, 2017
1 parent 9508272 commit d2a2e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/karma.conf.js
Expand Up @@ -94,6 +94,6 @@ module.exports = function (config) {
singleRun: false,
concurrency: concurrency,
browserNoActivityTimeout: timeout,
failOnEmptyTestSuite: false
failOnEmptyTestSuite: true
})
}

0 comments on commit d2a2e6c

Please sign in to comment.