Skip to content

Commit

Permalink
Update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorpy committed Apr 22, 2024
1 parent 4a4acad commit db97bb5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/types/__snapshots__/resolveStatements.spec.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -321,12 +321,12 @@ Line 9, col 12:
`;
exports[`resolveStatements should fail statements for case-32 1`] = `
"<unknown>:9:12: Unable to resolve id e
Line 9, col 12:
8 | }
> 9 | return e;
^
10 | }
"<unknown>:7:12: Unable to resolve id e
Line 7, col 12:
6 | }
> 7 | return e;
^
8 | }
"
`;
Expand Down

0 comments on commit db97bb5

Please sign in to comment.