Skip to content

Commit

Permalink
add passive-events-support to Jest ignore pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden committed Feb 12, 2025
1 parent 684017d commit 378e272
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion td.vue/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = async () => {
resetMocks: true,
restoreMocks: true,
transformIgnorePatterns: [
'<rootDir>/node_modules/(?!lodash-es|axios)'
'<rootDir>/node_modules/(?!lodash-es|axios|passive-events-support)'
]
};
};
Expand Down

0 comments on commit 378e272

Please sign in to comment.