summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npm_pkg_depend_dep_same_name/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/npm_pkg_depend_dep_same_name/index.ts')
-rw-r--r--tests/specs/npm/npm_pkg_depend_dep_same_name/index.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/npm/npm_pkg_depend_dep_same_name/index.ts b/tests/specs/npm/npm_pkg_depend_dep_same_name/index.ts
new file mode 100644
index 000000000..6d0d71ad2
--- /dev/null
+++ b/tests/specs/npm/npm_pkg_depend_dep_same_name/index.ts
@@ -0,0 +1,4 @@
+// this should resolve to the remote package and not itself
+import { add } from "@denotest/add";
+
+console.log(add(1, 2));