Skip to content

Commit 2e43962

Browse files
committed
chore: add emsdk folder to testPathIgnorePatterns
1 parent 0463213 commit 2e43962

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ module.exports = {
55
testEnvironment: 'jsdom',
66
testPathIgnorePatterns: [
77
'/node_modules/',
8-
'/thirdparty/'
8+
'/thirdparty/',
9+
'/emsdk/'
910
]
1011
}

0 commit comments

Comments
 (0)