Skip to content

Commit 131c056

Browse files
committed
chore: update jest.config.base to use ts-jest
1 parent 2c18a72 commit 131c056

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.base.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
module.exports = {
22
// remove testMatch once we move to ts-jest
3-
testMatch: ["**/__tests__/**/*.js?(x)", "**/dist/cjs/**/?(*.)+(spec|test).js?(x)"],
3+
preset: "ts-jest",
4+
testMatch: ["**/src/**/*.spec.ts"],
45
};

0 commit comments

Comments
 (0)