summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/index.js')
-rw-r--r--tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/index.js b/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/index.js
new file mode 100644
index 000000000..aca5ca1b8
--- /dev/null
+++ b/tests/registry/npm/@denotest/specifier-two-slashes/1.0.0/index.js
@@ -0,0 +1,2 @@
+// node.js will resolve this as ./other.js
+export * from ".//other.js"; \ No newline at end of file