Skip to content

Commit e633b82

Browse files
committed
chore: fix cdn module test
1 parent 7603d8a commit e633b82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ const config = {
1212

1313
if (process.env.MODULE) {
1414
config.testRegex = `/__tests__/${process.env.MODULE}.test.js`;
15+
config.testPathIgnorePatterns = ['/node_modules/'];
1516
}
1617

1718
module.exports = config;

0 commit comments

Comments
 (0)