diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-26 22:58:28 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-26 23:58:28 +0200 |
commit | ba58628601057c6f996cbad287fcfbe353872368 (patch) | |
tree | 5642806d3aed1d46eab233511ef8a929cf0c51d3 /tests/integration/mod.rs | |
parent | 631d931973fbb7d2e01e1aeb87a33dd9d63ec38e (diff) |
Reland "test: run unit tests with DENO_FUTURE=1" (#25212)
Reverted in https://github.com/denoland/deno/pull/25060
Diffstat (limited to 'tests/integration/mod.rs')
-rw-r--r-- | tests/integration/mod.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/mod.rs b/tests/integration/mod.rs index d35fabc02..cfde985d4 100644 --- a/tests/integration/mod.rs +++ b/tests/integration/mod.rs @@ -37,6 +37,8 @@ mod inspector; mod install; #[path = "js_unit_tests.rs"] mod js_unit_tests; +#[path = "js_unit_tests_future.rs"] +mod js_unit_tests_future; #[path = "jsr_tests.rs"] mod jsr; #[path = "jupyter_tests.rs"] |