Skip to content

Commit

Permalink
fix: update test snapshot for moduleNameWrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
lh0x00 committed Feb 12, 2020
1 parent 18c2dc4 commit edb25ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap
Expand Up @@ -36,7 +36,7 @@ FAIL __tests__/index.js
12 | module.exports = () => 'test';
13 |
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:507:17)
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:519:17)
at Object.require (index.js:10:1)
`;

Expand Down Expand Up @@ -65,6 +65,6 @@ FAIL __tests__/index.js
12 | module.exports = () => 'test';
13 |
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:507:17)
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:519:17)
at Object.require (index.js:10:1)
`;

0 comments on commit edb25ff

Please sign in to comment.