Skip to content

Commit

Permalink
fix(test): 🐛 单个包执行 jest 未过滤 compiled 等目录 (#915)
Browse files Browse the repository at this point in the history
Co-authored-by: pshu <pishu.spf@antfin.com>
  • Loading branch information
2 people authored and sorrycc committed Jun 23, 2022
1 parent cc20f57 commit c14c99f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.turbo.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export default {
'<rootDir>/fixtures',
'<rootDir>/bundles',
],
transformIgnorePatterns: ['/node_modules/', '/compiled/'],
cacheDirectory: `${cwd}/.jest-cache`,
} as Config.InitialOptions;

0 comments on commit c14c99f

Please sign in to comment.