Skip to content

Commit

Permalink
update some snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed May 1, 2022
1 parent a553cc1 commit a43bb34
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`custom async matchers 1`] = `
13 | function toThrowCustomAsyncMatcherError() {
14 | const message = () =>
at Object.toThrowCustomAsyncMatcherError (__tests__/asynchronous.test.js:11:16)"
at Object.<anonymous> (__tests__/asynchronous.test.js:11:16)"
`;
exports[`works with custom matchers 1`] = `
Expand All @@ -38,10 +38,10 @@ exports[`works with custom matchers 1`] = `
47 |
48 | // This expecation fails due to an error we throw (intentionally)
at Error (__tests__/sync.test.js:45:13)
at baz (__tests__/sync.test.js:43:23)
at bar (__tests__/sync.test.js:42:23)
at foo (__tests__/sync.test.js:52:7)
at Object.callback (__tests__/sync.test.js:11:18)
at Object.toCustomMatch (__tests__/sync.test.js:53:8)"
at baz (__tests__/sync.test.js:45:13)
at bar (__tests__/sync.test.js:43:23)
at foo (__tests__/sync.test.js:42:23)
at callback (__tests__/sync.test.js:52:7)
at Object.toCustomMatch (__tests__/sync.test.js:11:18)
at Object.<anonymous> (__tests__/sync.test.js:53:8)"
`;
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ exports[`Watch mode flows makes watch plugin initialization errors look nice 1`]
initialization error
at Object.<anonymous> (__fixtures__/watchPluginThrows.js:8:7)
at Object._shouldMockModuleCache (__fixtures__/watchPluginThrows.js:8:7)
]
`;

Expand Down

0 comments on commit a43bb34

Please sign in to comment.