docs(testing): fix typo in snapshot.ts (#6171)

This commit is contained in:
Doctor 2024-11-05 12:16:19 +11:00 committed by GitHub
parent df6f32c6bc
commit 4ec1800b49
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -565,7 +565,7 @@ export async function assertSnapshot<T>(
* @typeParam T The type of the snapshot * @typeParam T The type of the snapshot
* @param context The test context * @param context The test context
* @param actual The actual value to compare * @param actual The actual value to compare
* @param message The optional assertion messagge * @param message The optional assertion message
*/ */
export async function assertSnapshot<T>( export async function assertSnapshot<T>(
context: Deno.TestContext, context: Deno.TestContext,