mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
f248050cb4
This change aims to replace all relative import specifiers targeted at `tests/util/std` with mapped ones (using a `deno.json` file). Towards updating the `std` git submodule.
3 lines
90 B
TypeScript
3 lines
90 B
TypeScript
export { assertStrictEquals } from "@std/assert/mod.ts";
|
|
|
|
export * from "./interface.ts";
|