mirror of
https://github.com/denoland/deno.git
synced 2025-09-27 12:49:10 +00:00
parent
a2f126068e
commit
e01664d0ae
5 changed files with 43 additions and 6 deletions
|
@ -2859,6 +2859,12 @@ itest!(proto_exploit {
|
|||
output: "proto_exploit.js.out",
|
||||
});
|
||||
|
||||
itest!(redirect_cache {
|
||||
http_server: true,
|
||||
args: "cache --reload http://localhost:4548/cli/tests/subdir/redirects/a.ts",
|
||||
output: "redirect_cache.out",
|
||||
});
|
||||
|
||||
itest!(deno_test_coverage {
|
||||
args: "test --coverage --unstable test_coverage.ts",
|
||||
output: "test_coverage.out",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue