Skip to content

Commit 48c54d9

Browse files
authored
Fix test snapshot (#2620)
1 parent c63e698 commit 48c54d9

File tree

2 files changed

+0
-21
lines changed

2 files changed

+0
-21
lines changed

test/snapshots/no-unnecessary-array-flat-depth.js.md

-21
Original file line numberDiff line numberDiff line change
@@ -87,24 +87,3 @@ Generated by [AVA](https://avajs.dev).
8787
> 1 | foo?.flat(1)␊
8888
| ^ Passing \`1\` as the \`depth\` argument is unnecessary.␊
8989
`
90-
91-
## invalid(3): foo?.flat(1)
92-
93-
> Input
94-
95-
`␊
96-
1 | foo?.flat(1)␊
97-
`
98-
99-
> Output
100-
101-
`␊
102-
1 | foo?.flat()␊
103-
`
104-
105-
> Error 1/1
106-
107-
`␊
108-
> 1 | foo?.flat(1)␊
109-
| ^ Passing \`1\` as the \`depth\` argument is unnecessary.␊
110-
`
Binary file not shown.

0 commit comments

Comments
 (0)