mirror of
https://github.com/denoland/deno.git
synced 2025-08-04 02:48:24 +00:00
feat(cli): flatten deno.json configuaration (#17799)
This commit is contained in:
parent
4192978c3a
commit
90a5ef5e34
28 changed files with 535 additions and 149 deletions
|
@ -77,6 +77,12 @@ itest!(test_with_config2 {
|
|||
output: "test/collect2.out",
|
||||
});
|
||||
|
||||
itest!(test_with_deprecated_config {
|
||||
args: "test --config test/collect/deno.deprecated.jsonc test/collect",
|
||||
exit_code: 0,
|
||||
output: "test/collect.deprecated.out",
|
||||
});
|
||||
|
||||
itest!(test_with_malformed_config {
|
||||
args: "test --config test/collect/deno.malformed.jsonc",
|
||||
exit_code: 1,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue