mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(testing): fix typo in snapshot.ts (#6171)
This commit is contained in:
parent
df6f32c6bc
commit
4ec1800b49
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user