We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c18a72 commit 131c056Copy full SHA for 131c056
jest.config.base.js
@@ -1,4 +1,5 @@
1
module.exports = {
2
// remove testMatch once we move to ts-jest
3
- testMatch: ["**/__tests__/**/*.js?(x)", "**/dist/cjs/**/?(*.)+(spec|test).js?(x)"],
+ preset: "ts-jest",
4
+ testMatch: ["**/src/**/*.spec.ts"],
5
};
0 commit comments