fix(coverage): fix broken snapshot

This commit is contained in:
Boshen 2023-03-07 21:32:55 +08:00
parent 4d32bfb55e
commit 2f2c133017
No known key found for this signature in database
GPG key ID: 9C7A8C8AB22BEBD1

View file

@ -6845,7 +6845,7 @@ Expect to Parse: "typescript/types/const-type-parameters/input.ts"
× Unexpected token
╭─[typescript/tsx/anonymous-function-generator-invalid/input.ts:1:1]
1 │ fn = function* <,>(input: T): Generator<number> {
1 │ const fn = function* <,>(input: T): Generator<number> {
· ─
2 │ yield 2;
╰────