Skip to content

Commit

Permalink
disable failing on empty test suite
Browse files Browse the repository at this point in the history
  • Loading branch information
wilsonge committed Apr 30, 2019
1 parent 4a321dd commit 6475e56
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/javascript/karma.conf.js
Expand Up @@ -61,6 +61,9 @@ module.exports = function (config) {
// if true, Karma captures browsers, runs the tests and exits
singleRun: false,

// Currently we have no tests as we've moved switcher away. Once we add tests change this back to true
failOnEmptyTestSuite: false,

// list of plugins
plugins: [
'karma-fixture',
Expand Down

0 comments on commit 6475e56

Please sign in to comment.