afc163
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
.jest.js
|
@ -30,7 +30,7 @@ module.exports = { |
|
|
testPathIgnorePatterns: ['/node_modules/', 'dekko', 'node', 'image.test.js', 'image.test.ts'], |
|
|
testPathIgnorePatterns: ['/node_modules/', 'dekko', 'node', 'image.test.js', 'image.test.ts'], |
|
|
transform: { |
|
|
transform: { |
|
|
'\\.tsx?$': './node_modules/@ant-design/tools/lib/jest/codePreprocessor', |
|
|
'\\.tsx?$': './node_modules/@ant-design/tools/lib/jest/codePreprocessor', |
|
|
'\\.js$': './node_modules/@ant-design/tools/lib/jest/codePreprocessor', |
|
|
'\\.(m?)js$': './node_modules/@ant-design/tools/lib/jest/codePreprocessor', |
|
|
'\\.md$': './node_modules/@ant-design/tools/lib/jest/demoPreprocessor', |
|
|
'\\.md$': './node_modules/@ant-design/tools/lib/jest/demoPreprocessor', |
|
|
'\\.(jpg|png|gif|svg)$': './node_modules/@ant-design/tools/lib/jest/imagePreprocessor', |
|
|
'\\.(jpg|png|gif|svg)$': './node_modules/@ant-design/tools/lib/jest/imagePreprocessor', |
|
|
}, |
|
|
}, |
|
|