diff options
author | Leo Kettmeir <crowlkats@toaxl.com> | 2022-12-15 16:33:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-15 10:33:19 -0500 |
commit | 50c75265260a0bcdd19fe4a3ee6439935c04ea66 (patch) | |
tree | 944de15245931015cea75e3fc463770d6b107c3b /cli/tests/check_tests.rs | |
parent | 585ec1218f8cdc191f2e733beb2e6c7a230ac85c (diff) |
fix: re-add Response.json static method (#17061)
Same as #16040
Diffstat (limited to 'cli/tests/check_tests.rs')
-rw-r--r-- | cli/tests/check_tests.rs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/cli/tests/check_tests.rs b/cli/tests/check_tests.rs index 54f9cc272..60f9d3a11 100644 --- a/cli/tests/check_tests.rs +++ b/cli/tests/check_tests.rs @@ -63,6 +63,11 @@ mod check { exit_code: 0, }); + itest!(check_static_response_json { + args: "check --quiet check/response_json.ts", + exit_code: 0, + }); + #[test] fn cache_switching_config_then_no_config() { let deno_dir = util::new_deno_dir(); |