From de45e84ba4bb5a1caf57727666b82664c69fdc62 Mon Sep 17 00:00:00 2001 From: Mihail Bodrov Date: Tue, 23 Jul 2019 23:16:37 +0300 Subject: [PATCH] Update snapshots --- e2e/__tests__/__snapshots__/failures.test.ts.snap | 4 ---- e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/e2e/__tests__/__snapshots__/failures.test.ts.snap b/e2e/__tests__/__snapshots__/failures.test.ts.snap index 6e2ea6c5dafd..3519d6417fd1 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 a3759f42c96f..8015d209593b 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:501:17) + at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:476:17) at Object.require (index.js:10:1) `;