Skip to content

Commit

Permalink
update some snaps
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Nov 8, 2019
1 parent 9c511b2 commit d9e7ceb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions e2e/__tests__/__snapshots__/customMatcherStackTrace.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ FAIL __tests__/sync.test.js
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.it (__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__/watch_plugin_throws.js:8:7)
at Object.from (__fixtures__/watch_plugin_throws.js:8:7)
]
`;

Expand Down

0 comments on commit d9e7ceb

Please sign in to comment.