Skip to content

Commit

Permalink
Select recursive tests - karma
Browse files Browse the repository at this point in the history
  • Loading branch information
perry-mitchell committed May 16, 2022
1 parent a0b215f commit b7db528
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = function (config) {
require("karma-sinon"),
require("karma-spec-reporter")
],
files: ["test/web/*.spec.js"],
files: ["test/web/**/*.spec.js"],
exclude: [],
preprocessors: {
"src/**/*.ts": ["webpack"],
Expand Down

0 comments on commit b7db528

Please sign in to comment.