mirror of
https://github.com/denoland/deno.git
synced 2025-03-11 06:37:12 -04:00

This reverts commit 20aa0796e6
.
`main` has been failing consistenly on `kv_undelivered_test` and
`serve_test` after this upgrade.
5 lines
122 B
TypeScript
5 lines
122 B
TypeScript
export {
|
|
assertStrictEquals,
|
|
} from "../../../../../test_util/std/testing/asserts.ts";
|
|
|
|
export * from "./interface.ts";
|