chore: update to std@2024.07.19 (#24715)

This commit is contained in:
Asher Gomez 2024-07-25 15:30:28 +10:00 committed by GitHub
parent 84b7504d0f
commit 5f44148e83
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
137 changed files with 1069 additions and 322 deletions

View file

@ -1,8 +1,8 @@
// Copyright 2018-2024 the Deno authors. All rights reserved. MIT license.
import { assertEquals, assertNotEquals, fail } from "@std/assert/mod.ts";
import { assertEquals, assertNotEquals, fail } from "@std/assert";
import { assertCallbackErrorUncaught } from "../_test_utils.ts";
import { readdir, readdirSync } from "node:fs";
import { join } from "@std/path/mod.ts";
import { join } from "@std/path";
Deno.test({
name: "ASYNC: reading empty directory",