Skip to content

Commit 1a68a50

Browse files
committed
Update Jest configuration to include Uppy in transformIgnorePatterns
1 parent 9ac4dbb commit 1a68a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ module.exports = {
1818
'^.+\\.m?js$': [ 'babel-jest', { presets: [ '@babel/preset-env' ] } ],
1919
"^.+\\.svg$": 'jest-transform-stub',
2020
},
21-
transformIgnorePatterns: [ 'node_modules/(?!(@php-wasm|@wp-playground)/)' ],
21+
transformIgnorePatterns: [ 'node_modules/(?!(@php-wasm|@wp-playground|@uppy)/)' ],
2222
moduleNameMapper: {
2323
'^(\\.{1,2}/.*)\\.js$': '$1',
2424
'^cli/(.*)$': '<rootDir>/cli/$1',

0 commit comments

Comments
 (0)