Revert "chore: update deno_std submodule (#20994)" (#21001)

This reverts commit 6e2abb2b13.
This commit is contained in:
Bartek Iwańczuk 2023-10-28 03:24:37 +02:00 committed by GitHub
parent 4c6b986f17
commit e7abb705f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
110 changed files with 207 additions and 139 deletions

View file

@ -1,6 +1,9 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
import { AsyncLocalStorage, AsyncResource } from "node:async_hooks";
import { assert, assertEquals } from "../../../test_util/std/assert/mod.ts";
import {
assert,
assertEquals,
} from "../../../test_util/std/testing/asserts.ts";
import { deferred } from "../../../test_util/std/async/deferred.ts";
Deno.test(async function foo() {