We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ac4dbb commit 1a68a50Copy full SHA for 1a68a50
jest.config.ts
@@ -18,7 +18,7 @@ module.exports = {
18
'^.+\\.m?js$': [ 'babel-jest', { presets: [ '@babel/preset-env' ] } ],
19
"^.+\\.svg$": 'jest-transform-stub',
20
},
21
- transformIgnorePatterns: [ 'node_modules/(?!(@php-wasm|@wp-playground)/)' ],
+ transformIgnorePatterns: [ 'node_modules/(?!(@php-wasm|@wp-playground|@uppy)/)' ],
22
moduleNameMapper: {
23
'^(\\.{1,2}/.*)\\.js$': '$1',
24
'^cli/(.*)$': '<rootDir>/cli/$1',
0 commit comments