mirror of
https://github.com/denoland/deno.git
synced 2024-11-27 16:10:57 -05:00
6be389ce29
Note: tests are not the only part of the codebase that uses `std`. Other parts, like `tools/`, do too. So, it could be argued that this is a little misleading. Either way, I'm doing this as discussed with @mmastrac.
3 lines
112 B
TypeScript
3 lines
112 B
TypeScript
export { assertStrictEquals } from "../../../../tests/util/std/assert/mod.ts";
|
|
|
|
export * from "./interface.ts";
|