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 d91765c commit b42bd2cCopy full SHA for b42bd2c
jest.config.base.js
@@ -1,5 +1,5 @@
1
module.exports = {
2
// remove testMatch once we move to ts-jest
3
preset: "ts-jest",
4
- testMatch: ["**/src/**/*.spec.ts", "!**/src/**/*.browser.spec.ts"],
+ testMatch: ["**/*.spec.ts", "!**/*.browser.spec.ts", "!**/*.integ.spec.ts"],
5
};
0 commit comments