summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/dynamic-import/1.0.0/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/dynamic-import/1.0.0/index.js')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/dynamic-import/1.0.0/index.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/dynamic-import/1.0.0/index.js b/cli/tests/testdata/npm/registry/@denotest/dynamic-import/1.0.0/index.js
deleted file mode 100644
index 4dc3831f9..000000000
--- a/cli/tests/testdata/npm/registry/@denotest/dynamic-import/1.0.0/index.js
+++ /dev/null
@@ -1,3 +0,0 @@
-export function dynamicImport(url) {
- return import(url);
-}