Skip to content

Commit

Permalink
snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Apr 22, 2021
1 parent 6e35453 commit b1aca2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions e2e/__tests__/__snapshots__/moduleNameMapper.test.ts.snap
Expand Up @@ -41,7 +41,7 @@ FAIL __tests__/index.js
12 | module.exports = () => 'test';
13 |
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:558:17)
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:561:17)
at Object.require (index.js:10:1)
`;

Expand Down Expand Up @@ -70,6 +70,6 @@ FAIL __tests__/index.js
12 | module.exports = () => 'test';
13 |
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:558:17)
at createNoMappedModuleFoundError (../../packages/jest-resolve/build/index.js:561:17)
at Object.require (index.js:10:1)
`;
Expand Up @@ -37,6 +37,6 @@ FAIL __tests__/test.js
| ^
9 |
at Resolver.resolveModule (../../packages/jest-resolve/build/index.js:311:11)
at Resolver.resolveModule (../../packages/jest-resolve/build/index.js:313:11)
at Object.require (index.js:8:18)
`;

0 comments on commit b1aca2c

Please sign in to comment.