Skip to content

Commit 9dacc7e

Browse files
committed
chore: skip browser.spec.ts in ts-jest
1 parent 6d7b376 commit 9dacc7e

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"],
4+
testMatch: ["**/src/**/*.spec.ts", "!**/src/**/*.browser.spec.ts"],
55
};

0 commit comments

Comments
 (0)