Skip to content

Commit

Permalink
fix(cli/jest): reset transformIgnorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
haoziqaq committed Mar 15, 2022
1 parent c7613b0 commit 2ce595a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/varlet-cli/src/config/jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ module.exports = {
`!**/${TESTS_DIR_NAME}/**`,
],
moduleFileExtensions: ['js', 'jsx', 'ts', 'tsx', 'vue'],
transformIgnorePatterns: ['/node_modules/(?!(@varlet/cli))/'],
transformIgnorePatterns: [],
...getRootConfig(),
}

0 comments on commit 2ce595a

Please sign in to comment.