1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-23 15:39:49 -05:00
denoland-deno/cli/tests
Roj 44b2b950fd
feat(cli): support configuring the lock file in the config file (#16781)
This allows the user to completely opt out from the lock file or rename
it without having to use `--no-lock` and/or `--lock` in all commands.

## Don’t Use Lock File

```json
{
  "lock": false
}
```

## Use Lock File With a Different Name

```json
{
  "lock": "deno2.lock"
}
```

The CLI args `--no-lock` and `--lock` will always override what is in
the config file.

Co-authored-by: David Sherret <dsherret@users.noreply.github.com>
2022-12-08 00:13:45 +01:00
..
integration tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
testdata feat(cli): support configuring the lock file in the config file (#16781) 2022-12-08 00:13:45 +01:00
unit feat: upgrade to TypeScript 4.9.3 (#16973) 2022-12-07 12:59:59 -05:00
bench_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
bundle_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
cache_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
cert_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
check_tests.rs feat(flags): add deno check --all as new preferred alias for --remote (#16702) 2022-12-07 13:33:26 -05:00
compile_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
coverage_tests.rs fix(coverage): Error if the emit cache is invalid (#16850) 2022-11-29 18:43:54 +01:00
doc_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
eval_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
flags_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
fmt_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
info_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
init_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
inspector_tests.rs feat(repl): run "deno repl" with no permissions (#16795) 2022-12-07 20:21:18 +01:00
install_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
js_unit_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
lint_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
lsp_tests.rs feat: upgrade to TypeScript 4.9.3 (#16973) 2022-12-07 12:59:59 -05:00
npm_tests.rs feat(flags): add deno check --all as new preferred alias for --remote (#16702) 2022-12-07 13:33:26 -05:00
repl_tests.rs feat(repl): run "deno repl" with no permissions (#16795) 2022-12-07 20:21:18 +01:00
run_tests.rs feat(cli): support configuring the lock file in the config file (#16781) 2022-12-08 00:13:45 +01:00
task_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
test_tests.rs fix(test): handle scenario where --trace-ops would cause an unhandled promise rejection (#16970) 2022-12-06 15:58:18 -05:00
upgrade_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
vendor_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00
watcher_tests.rs Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16839) 2022-11-27 04:50:14 +01:00
worker_tests.rs tests: move integration tests to separate modules (#16816) 2022-11-26 02:29:56 +01:00