From e01664d0ae6259022a901b0dea026ca350a49446 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 28 Oct 2020 20:38:09 +1100 Subject: fix(cli): module graph handles redirects properly (#8159) Fixes #8154 --- cli/tests/integration_tests.rs | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cli/tests/integration_tests.rs') diff --git a/cli/tests/integration_tests.rs b/cli/tests/integration_tests.rs index cfc946a36..da0a311bb 100644 --- a/cli/tests/integration_tests.rs +++ b/cli/tests/integration_tests.rs @@ -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", -- cgit v1.2.3