Skip to content

Commit

Permalink
Merge pull request #158 from VagrantAI-c/bug/karma-throw
Browse files Browse the repository at this point in the history
chore: do not throw when no tests available
  • Loading branch information
VagrantAI-c authored May 20, 2023
2 parents c789acc + 425d9c7 commit 347909d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion karma-headless.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ module.exports = function (config) {
},
},
singleRun: true,
failOnEmptyTestSuite: false,
});
};
};

0 comments on commit 347909d

Please sign in to comment.