mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
chore: update to std@2024.07.19
(#24715)
This commit is contained in:
parent
84b7504d0f
commit
5f44148e83
137 changed files with 1069 additions and 322 deletions
|
@ -1,6 +1,6 @@
|
|||
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
|
||||
|
||||
import { assert, assertStringIncludes } from "@std/assert/mod.ts";
|
||||
import { assert, assertStringIncludes } from "@std/assert";
|
||||
|
||||
/** 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