Skip to content

Commit b42bd2c

Browse files
committed
chore: run .spec.ts in all files
add **/src/** after clients move their source code to src folder
1 parent d91765c commit b42bd2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
22
// remove testMatch once we move to ts-jest
33
preset: "ts-jest",
4-
testMatch: ["**/src/**/*.spec.ts", "!**/src/**/*.browser.spec.ts"],
4+
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
55
};

0 commit comments

Comments
 (0)