Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
SimenB committed Feb 5, 2022
1 parent eaeb78d commit 9bcd565
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ FAIL __tests__/fails.ts
This did not work!
13 |
14 | export function error() {
> 15 | throw new Error('This did not work!');
12 |
13 | export function error() {
> 14 | throw new Error('This did not work!');
| ^
16 | }
17 |
15 | }
16 |
at Object.error (lib.ts:15:9)
at Object.error (lib.ts:14:9)
at Object.<anonymous> (__tests__/fails.ts:10:3)
`;

0 comments on commit 9bcd565

Please sign in to comment.