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/redirect_cache.out | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 cli/tests/redirect_cache.out (limited to 'cli/tests/redirect_cache.out') diff --git a/cli/tests/redirect_cache.out b/cli/tests/redirect_cache.out new file mode 100644 index 000000000..ad26d0108 --- /dev/null +++ b/cli/tests/redirect_cache.out @@ -0,0 +1,6 @@ +Download http://localhost:4548/cli/tests/subdir/redirects/a.ts +Download http://localhost:4546/cli/tests/subdir/redirects/a.ts +Download http://localhost:4545/cli/tests/subdir/redirects/a.ts +Download http://localhost:4545/cli/tests/subdir/redirects/b.ts +Download http://localhost:4545/cli/tests/subdir/redirects/a.ts +Check http://localhost:4548/cli/tests/subdir/redirects/a.ts -- cgit v1.2.3