diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2020-11-07 15:04:22 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-07 15:04:22 +1100 |
commit | 88c4d3145b1e964387be487090bb6ec0a572b90f (patch) | |
tree | 8da4c2d5bf6c36bbb9cb0b0359433708f48328c7 /cli/tests/module_graph/file_tests-b-mod.js | |
parent | 4f67f0cc6033983540ed51f1270fb420cac45487 (diff) |
fix(cli): allow remapping to locals for import map (#8262)
Fixes #7723
Diffstat (limited to 'cli/tests/module_graph/file_tests-b-mod.js')
-rw-r--r-- | cli/tests/module_graph/file_tests-b-mod.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/module_graph/file_tests-b-mod.js b/cli/tests/module_graph/file_tests-b-mod.js new file mode 100644 index 000000000..59d168993 --- /dev/null +++ b/cli/tests/module_graph/file_tests-b-mod.js @@ -0,0 +1 @@ +export const b = "b"; |