diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2023-04-28 00:37:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-28 00:37:03 +0200 |
commit | 683dbd7f3bdd91c33005b816ad26b82a4343931a (patch) | |
tree | 64c6dd9a572e573040022b22575a1043add84fd0 /cli/tests/integration/js_unit_tests.rs | |
parent | 504482dadd4d8cd9e4105d56ed86802906767f39 (diff) |
Revert "refactor: don't expose Deno[Deno.internal].core namespace" (#18881)
Also conditionally disabled one test if there's not enough space on
device.
Diffstat (limited to 'cli/tests/integration/js_unit_tests.rs')
-rw-r--r-- | cli/tests/integration/js_unit_tests.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cli/tests/integration/js_unit_tests.rs b/cli/tests/integration/js_unit_tests.rs index 0e94390e8..793f66b1e 100644 --- a/cli/tests/integration/js_unit_tests.rs +++ b/cli/tests/integration/js_unit_tests.rs @@ -28,7 +28,6 @@ fn js_unit_tests() { .arg("--unstable") .arg("--location=http://js-unit-tests/foo/bar") .arg("--no-prompt") - .arg("--enable-testing-features-do-not-use") .arg("-A") .arg(util::tests_path().join("unit")) .spawn() |