Skip to content

Commit 082b8bc

Browse files
committed
chore: update modulePathIgnorePattern jest
1 parent eddb200 commit 082b8bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,8 @@
154154
"<rootDir>/release-standalone",
155155
"<rootDir>/release-npm-package",
156156
"<rootDir>/release-gcp",
157-
"<rootDir>/release-images"
157+
"<rootDir>/release-images",
158+
"<rootDir>/vendor"
158159
],
159160
"moduleNameMapper": {
160161
"^.+\\.(css|less)$": "<rootDir>/test/utils/cssStub.ts"

0 commit comments

Comments
 (0)