fix(cli): module graph handles redirects properly (#8159)

Fixes #8154
This commit is contained in:
Kitson Kelly 2020-10-28 20:38:09 +11:00 committed by GitHub
parent a2f126068e
commit e01664d0ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 43 additions and 6 deletions

View file

@ -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",