Skip to content

Commit 9d27fb2

Browse files
committed
chore: remove comment about ts-jest from global jest config
1 parent 5d9bc5f commit 9d27fb2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jest.config.base.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
module.exports = {
2-
// remove testMatch once we move to ts-jest
32
preset: "ts-jest",
43
testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
54
};

0 commit comments

Comments
 (0)