diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-12 11:30:12 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-12 11:30:12 +1000 |
commit | 3285801429eb7a40e022b571b7e3007c3e60250c (patch) | |
tree | 2ddd6c9757a9753b4cd0c21cd93f68937b79b1ab /tests/unit/test_util.ts | |
parent | 57556ade8c128aeea7340d463b35c86afe1fb4f7 (diff) |
test: remove `DENO_FUTURE` (#25587)
Diffstat (limited to 'tests/unit/test_util.ts')
-rw-r--r-- | tests/unit/test_util.ts | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/unit/test_util.ts b/tests/unit/test_util.ts index 3f41b90a2..a987cb542 100644 --- a/tests/unit/test_util.ts +++ b/tests/unit/test_util.ts @@ -25,9 +25,6 @@ export { delay } from "@std/async/delay"; export { readLines } from "@std/io/read-lines"; export { parseArgs } from "@std/cli/parse-args"; -// TODO(2.0): remove this and all the tests that depend on it. -export const DENO_FUTURE = true; - export function pathToAbsoluteFileUrl(path: string): URL { path = resolve(path); |