1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-12-01 16:51:13 -05:00
denoland-deno/cli/tests/integration
David Sherret c983588dde
fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858)
There's no need to auto-install the package.json if the user is not
using a node_modules directory.

Closes #21850
2024-01-12 13:22:07 +01:00
..
bench_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
bundle_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cache_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
cert_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
check_tests.rs fix(cli): respect exclude option for deno check command (#21779) 2024-01-04 20:34:55 +01:00
compile_tests.rs fix(compile): preserve granular unstable features (#21827) 2024-01-12 13:22:05 +01:00
coverage_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
doc_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
eval_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
flags_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
fmt_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
info_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
init_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
inspector_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
install_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
js_unit_tests.rs chore: increase unit test timeout to 3m (#21760) 2024-01-04 20:34:53 +01:00
jsr_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
jupyter_tests.rs fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-04 20:34:54 +01:00
lint_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
lsp_tests.rs chore: ignore hanging lsp jsx test (#21771) 2024-01-04 20:34:53 +01:00
mod.rs fix(jupyter): error message when install fails due to jupyter command not being on PATH (#21767) 2024-01-04 20:34:54 +01:00
node_compat_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
node_unit_tests.rs fix: strict type check for cross realms (#21669) 2024-01-04 20:34:55 +01:00
npm_tests.rs fix(unstable/byonm): support using an import map with byonm (#21786) 2024-01-04 20:34:55 +01:00
publish_tests.rs fix(unstable/tar): skip node_modules, .git, and config "exclude" (#21816) 2024-01-12 13:22:07 +01:00
repl_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
run_tests.rs fix(cli): harden permission stdio check (#21778) 2024-01-04 20:34:54 +01:00
shared_library_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
task_tests.rs fix(task): do not eagerly auto-install packages in package.json when "nodeModulesDir": false (#21858) 2024-01-12 13:22:07 +01:00
test_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
upgrade_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
vendor_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
watcher_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00
worker_tests.rs chore: update copyright to 2024 (#21753) 2024-01-04 20:34:51 +01:00