mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 15:44:36 +00:00
chore: update std to 0.208.0 (#21318)
Re-attempt at #21284. I was more thorough this time. --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
This commit is contained in:
parent
ec0207e9b1
commit
d2b5254c33
115 changed files with 190 additions and 244 deletions
|
@ -3,7 +3,7 @@
|
|||
import {
|
||||
assert,
|
||||
assertStringIncludes,
|
||||
} from "../../../test_util/std/testing/asserts.ts";
|
||||
} from "../../../test_util/std/assert/mod.ts";
|
||||
|
||||
/** Asserts that an error thrown in a callback will not be wrongly caught. */
|
||||
export async function assertCallbackErrorUncaught(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue