diff options
author | Kevin (Kun) "Kassimo" Qian <kevinkassimo@gmail.com> | 2019-04-01 18:46:40 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2019-04-01 21:46:40 -0400 |
commit | 534b8d30219a605c82bac706bc5429d44ae53c32 (patch) | |
tree | 2e653b1590fc237030d56f8535fa40d2dd923262 /tests/026_redirect_javascript.js | |
parent | e44084c90dec8cafbc66d4e485ff24479c56ec2e (diff) |
Follow redirect location as new referrers for nested module imports (#2031)
Fixes #1742
Fixes #2021
Diffstat (limited to 'tests/026_redirect_javascript.js')
-rw-r--r-- | tests/026_redirect_javascript.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/026_redirect_javascript.js b/tests/026_redirect_javascript.js new file mode 100644 index 000000000..226a6b622 --- /dev/null +++ b/tests/026_redirect_javascript.js @@ -0,0 +1,2 @@ +import { value } from "http://localhost:4547/redirects/redirect3.js"; +console.log(value); |