summaryrefslogtreecommitdiff
path: root/cli/tests/integration/test_tests.rs
diff options
context:
space:
mode:
authorscarf <greenscarf005@gmail.com>2023-04-27 12:02:36 +0900
committerGitHub <noreply@github.com>2023-04-26 23:02:36 -0400
commit90a5ef5e343bedc0f6f5326b14b6851b71733bea (patch)
tree4c53261235e3d8720cad99341ee1eac31a92fa3e /cli/tests/integration/test_tests.rs
parent4192978c3afc943b93d9fae0f65822a2c4edfa62 (diff)
feat(cli): flatten deno.json configuaration (#17799)
Diffstat (limited to 'cli/tests/integration/test_tests.rs')
-rw-r--r--cli/tests/integration/test_tests.rs6
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/integration/test_tests.rs b/cli/tests/integration/test_tests.rs
index cf1665289..0e1a39deb 100644
--- a/cli/tests/integration/test_tests.rs
+++ b/cli/tests/integration/test_tests.rs
@@ -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,