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 d018293 commit e02805dCopy full SHA for e02805d
jest.config.base.js
@@ -2,6 +2,6 @@ module.exports = {
2
// remove testMatch once we move to ts-jest
3
testMatch: [
4
"**/__tests__/**/*.js?(x)",
5
- "**/dist/cjs/?(*.)+(spec|test).js?(x)"
+ "**/dist/cjs/**/?(*.)+(spec|test).js?(x)"
6
]
7
};
0 commit comments