Skip to content

Commit

Permalink
Ignore transformation for parsel-js
Browse files Browse the repository at this point in the history
  • Loading branch information
thelovekesh committed Nov 11, 2024
1 parent 97565ae commit 9d42691
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/js/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ module.exports = {
'<rootDir>/assets/src/block-editor/plugins',
'<rootDir>/assets/src/block-validation/plugins',
],
transformIgnorePatterns: ['node_modules/(?!lib0|nanoid|client-zip)'],
transformIgnorePatterns: [
'node_modules/(?!lib0|nanoid|client-zip|parsel-js)',
],
coveragePathIgnorePatterns: [
'<rootDir>/node_modules',
'<rootDir>/build/',
Expand Down

0 comments on commit 9d42691

Please sign in to comment.