Skip to content

Commit fa55a16

Browse files
committed
test: update jest
1 parent 1ea865e commit fa55a16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.jest.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ const transformIgnorePatterns = [
44
'/dist/',
55
// Ignore modules without es dir.
66
// Update: @babel/runtime should also be transformed
7-
'node_modules/(?!.*(@babel|lodash-es))[^/]+?/(?!(es|node_modules)/)',
7+
// 'node_modules/(?!.*(@babel|lodash-es))',
8+
'node_modules/(?!@ant-design/icons-vue|@ant-design/icons-svg|lodash-es)/',
89
];
910
const testPathIgnorePatterns = ['/node_modules/', 'node'];
1011
if (process.env.WORKFLOW === 'true') {

0 commit comments

Comments
 (0)