Skip to content

Commit

Permalink
Fix snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fisker committed Apr 8, 2024
1 parent 9f64fee commit 92a37a6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions test/snapshots/empty-brace-spaces.mjs.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,6 @@ The actual snapshot is saved in `empty-brace-spaces.mjs.snap`.

Generated by [AVA](https://avajs.dev).

## invalid(1): try { foo(); } catch (error2) { }

> Input
`␊
1 | try {␊
2 | foo();␊
3 | } catch (error2) {␊
4 | ␊
5 | }␊
`

> Output
`␊
1 | try {␊
2 | foo();␊
3 | } catch (error2) {}␊
`

> Error 1/1
`␊
1 | try {␊
2 | foo();␊
> 3 | } catch (error2) {␊
| ^␊
> 4 | ␊
| ^^^^^^^^␊
> 5 | }␊
| ^ Do not add spaces between braces.␊
`

## invalid(1): try { foo(); } catch (error) { }

> Input
Expand Down
Binary file modified test/snapshots/empty-brace-spaces.mjs.snap
Binary file not shown.

0 comments on commit 92a37a6

Please sign in to comment.