diff options
author | Satya Rohith <me@satyarohith.com> | 2024-10-04 15:26:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-04 09:56:13 +0000 |
commit | 7b509e492ed6c7ace0f3860c3f4e8e7be3452fda (patch) | |
tree | 7a4ff514f01664ef93683184b4cc870f090f185e /tests/integration | |
parent | edac9166040dc09674072ce57af6a9c5ea958d85 (diff) |
tests: enable package_json_node_modules_none (#25825)
Co-authored-by: David Sherret <dsherret@gmail.com>
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/task_tests.rs | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/tests/integration/task_tests.rs b/tests/integration/task_tests.rs index d198a3be6..56bab2970 100644 --- a/tests/integration/task_tests.rs +++ b/tests/integration/task_tests.rs @@ -18,19 +18,6 @@ // http_server: true, // }); -// TODO(2.0): decide what to do with this test -// should not auto-install the packages in the package.json -// when using nodeModulesDir: false -// itest!(task_package_json_node_modules_dir_false { -// args: "task echo", -// cwd: Some("task/package_json_node_modules_dir_false/"), -// output: "task/package_json_node_modules_dir_false/bin.out", -// copy_temp_dir: Some("task/package_json_node_modules_dir_false/"), -// envs: env_vars_for_npm_tests(), -// exit_code: 0, -// http_server: true, -// }); - // TODO(2.0): not entirely clear what's wrong with this test but it hangs for more than 60s // itest!(task_npx_on_own { // args: "task on-own", |