summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/local_dir_resolves_symlinks/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/local_dir_resolves_symlinks/index.js')
-rw-r--r--cli/tests/testdata/npm/local_dir_resolves_symlinks/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/npm/local_dir_resolves_symlinks/index.js b/cli/tests/testdata/npm/local_dir_resolves_symlinks/index.js
deleted file mode 100644
index 72d8913f5..000000000
--- a/cli/tests/testdata/npm/local_dir_resolves_symlinks/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-import * as d from "define-properties";
-
-console.log(typeof d.default === "function", "it works");