Skip to content

Commit

Permalink
fix: 修复ci
Browse files Browse the repository at this point in the history
  • Loading branch information
xuying.xu committed Aug 18, 2024
1 parent be0b831 commit 62a2ebd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ module.exports = {
'!**/node_modules/**',
],
modulePathIgnorePatterns: ['packages/*/dist'],
moduleFileExtensions: ['js', 'mjs', 'cjs', 'jsx', 'ts', 'tsx', 'json', 'node', 'map'],
testPathIgnorePatterns: [],
testRegex: '/test/.*\\.test\\.tsx?$',
setupFilesAfterEnv: ['<rootDir>/jest-setup.js'],
Expand Down

0 comments on commit 62a2ebd

Please sign in to comment.