Skip to content

Commit b7db528

Browse files
Select recursive tests - karma
1 parent a0b215f commit b7db528

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = function (config) {
2222
require("karma-sinon"),
2323
require("karma-spec-reporter")
2424
],
25-
files: ["test/web/*.spec.js"],
25+
files: ["test/web/**/*.spec.js"],
2626
exclude: [],
2727
preprocessors: {
2828
"src/**/*.ts": ["webpack"],

0 commit comments

Comments
 (0)