diff --git a/e2e/__tests__/__snapshots__/failures.test.ts.snap b/e2e/__tests__/__snapshots__/failures.test.ts.snap index 058132cbe250..a2e434a385c4 100644 --- a/e2e/__tests__/__snapshots__/failures.test.ts.snap +++ b/e2e/__tests__/__snapshots__/failures.test.ts.snap @@ -774,10 +774,6 @@ FAIL __tests__/assertionError.test.js 82 | at Object.equal (__tests__/assertionError.test.js:80:10) - at asyncGeneratorStep (__tests__/assertionError.test.js:10:103) - at _next (__tests__/assertionError.test.js:12:194) - at __tests__/assertionError.test.js:12:364 - at Object. (__tests__/assertionError.test.js:12:97) `; exports[`works with snapshot failures 1`] = ` diff --git a/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap b/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap index ea665336aff0..6e290c9ca7bc 100644 --- a/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap +++ b/e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap @@ -30,6 +30,6 @@ FAIL __tests__/index.js 12 | module.exports = () => 'test'; 13 | - at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:493:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:468:17) at Object.require (index.js:10:1) `;