diff --git a/tasks/coverage/babel.snap b/tasks/coverage/babel.snap index a912ed88a..35a1f8494 100644 --- a/tasks/coverage/babel.snap +++ b/tasks/coverage/babel.snap @@ -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 { + 1 │ const fn = function* <,>(input: T): Generator { · ─ 2 │ yield 2; ╰────