We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ea865e commit fa55a16Copy full SHA for fa55a16
.jest.js
@@ -4,7 +4,8 @@ const transformIgnorePatterns = [
4
'/dist/',
5
// Ignore modules without es dir.
6
// Update: @babel/runtime should also be transformed
7
- 'node_modules/(?!.*(@babel|lodash-es))[^/]+?/(?!(es|node_modules)/)',
+ // 'node_modules/(?!.*(@babel|lodash-es))',
8
+ 'node_modules/(?!@ant-design/icons-vue|@ant-design/icons-svg|lodash-es)/',
9
];
10
const testPathIgnorePatterns = ['/node_modules/', 'node'];
11
if (process.env.WORKFLOW === 'true') {
0 commit comments