diff --git a/test/e2e/jest.config.json b/test/e2e/jest.config.json index 354879e3d358a2..a40911ec90c5c7 100644 --- a/test/e2e/jest.config.json +++ b/test/e2e/jest.config.json @@ -7,5 +7,8 @@ ], "transform": { "^.+\\.jsx?$": "/node_modules/babel-jest" - } + }, + "modulePathIgnorePatterns": [ + "/gutenberg-mobile/" + ] }