mirror of
https://github.com/denoland/std.git
synced 2024-11-21 20:50:22 +00:00
docs(testing): fix typo in snapshot (#5994)
This commit is contained in:
parent
05b6d7eedd
commit
c8cda14bdc
@ -525,7 +525,7 @@ class AssertSnapshotContext {
|
||||
|
||||
/**
|
||||
* Make an assertion that `actual` matches a snapshot. If the snapshot and `actual` do
|
||||
* not a match, then throw.
|
||||
* not match, then throw.
|
||||
*
|
||||
* Type parameter can be specified to ensure values under comparison have the same type.
|
||||
*
|
||||
@ -549,7 +549,7 @@ export async function assertSnapshot<T>(
|
||||
): Promise<void>;
|
||||
/**
|
||||
* Make an assertion that `actual` matches a snapshot. If the snapshot and `actual` do
|
||||
* not a match, then throw.
|
||||
* not match, then throw.
|
||||
*
|
||||
* Type parameter can be specified to ensure values under comparison have the same type.
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user