mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-09 07:55:10 -05:00
Update failing test baseline
This commit is contained in:
@@ -43,7 +43,7 @@ export function speak<TPet extends Pet>(pet: TPet, voice: (pet: TPet) => string)
|
||||
throw new Error("Expected \"pet\" to be a Pet");
|
||||
>new Error("Expected \"pet\" to be a Pet") : Error
|
||||
>Error : ErrorConstructor
|
||||
>"Expected \"pet\" to be a Pet" : string
|
||||
>"Expected \"pet\" to be a Pet" : "Expected \"pet\" to be a Pet"
|
||||
}
|
||||
return voice(pet);
|
||||
>voice(pet) : string
|
||||
|
||||
Reference in New Issue
Block a user