diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-16 00:30:06 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-15 23:30:06 +0000 |
commit | b6c74aab240430fa70c057be825ce766d2314e02 (patch) | |
tree | 6e2b3f690411f41de77972339f4145d2c85b31b8 /tests/unit/test_util.ts | |
parent | a58494483a2c618636697e05f9c799b03e405056 (diff) |
Revert "test: run unit tests with DENO_FUTURE=1 (#24400)" (#25060)
This reverts commit 22a834ff5b4b312b8f91be8991f2b495d49fad2f.
Appears this commit might have broken tests on `main`.
Diffstat (limited to 'tests/unit/test_util.ts')
-rw-r--r-- | tests/unit/test_util.ts | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/unit/test_util.ts b/tests/unit/test_util.ts index 16ca735ac..e45a963e9 100644 --- a/tests/unit/test_util.ts +++ b/tests/unit/test_util.ts @@ -25,8 +25,6 @@ export { delay } from "@std/async/delay"; export { readLines } from "@std/io/read-lines"; export { parseArgs } from "@std/cli/parse-args"; -export const DENO_FUTURE = Deno.env.get("DENO_FUTURE") === "1"; - export function pathToAbsoluteFileUrl(path: string): URL { path = resolve(path); |