mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 10:59:13 +00:00
parent
2027d98a8e
commit
0204071e30
4 changed files with 20 additions and 1 deletions
|
@ -2601,6 +2601,11 @@ itest!(config_auto_discovered_for_local_script {
|
|||
output_str: Some("ok\n"),
|
||||
});
|
||||
|
||||
itest!(config_auto_discovered_for_local_script_log {
|
||||
args: "run -L debug run/with_config/frontend_work.ts",
|
||||
output: "run/with_config/auto_discovery_log.out",
|
||||
});
|
||||
|
||||
itest!(no_config_auto_discovery_for_local_script {
|
||||
args: "run --quiet --no-config --check run/with_config/frontend_work.ts",
|
||||
output: "run/with_config/no_auto_discovery.out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue