Skip to content

Commit

Permalink
Add transformIgnorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
ttsukagoshi committed Sep 19, 2023
1 parent 4040731 commit 7414973
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,8 @@ export default {
},
],
},
transformIgnorePatterns: [
'/node_modules/(?!chalk|escape-string-regexp|figures|inquirer|is-unicode-supported/)',
],
verbose: true,
};

0 comments on commit 7414973

Please sign in to comment.