Skip to content

Commit e02805d

Browse files
authored
fix: run jest tests from all folders in cjs (#1324)
1 parent d018293 commit e02805d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ module.exports = {
22
// remove testMatch once we move to ts-jest
33
testMatch: [
44
"**/__tests__/**/*.js?(x)",
5-
"**/dist/cjs/?(*.)+(spec|test).js?(x)"
5+
"**/dist/cjs/**/?(*.)+(spec|test).js?(x)"
66
]
77
};

0 commit comments

Comments
 (0)