mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00:00
This reverts commit 6e2abb2b13
.
This commit is contained in:
parent
4c6b986f17
commit
e7abb705f9
110 changed files with 207 additions and 139 deletions
|
@ -3,7 +3,7 @@
|
|||
import {
|
||||
assert,
|
||||
assertStringIncludes,
|
||||
} from "../../../test_util/std/assert/mod.ts";
|
||||
} from "../../../test_util/std/testing/asserts.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