diff options
Diffstat (limited to 'cli/tests/testdata/npm/local_dir_resolves_symlinks')
3 files changed, 0 insertions, 12 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"); diff --git a/cli/tests/testdata/npm/local_dir_resolves_symlinks/index.out b/cli/tests/testdata/npm/local_dir_resolves_symlinks/index.out deleted file mode 100644 index 25d44c6b8..000000000 --- a/cli/tests/testdata/npm/local_dir_resolves_symlinks/index.out +++ /dev/null @@ -1,2 +0,0 @@ -Download [WILDCARD] -true it works diff --git a/cli/tests/testdata/npm/local_dir_resolves_symlinks/package.json b/cli/tests/testdata/npm/local_dir_resolves_symlinks/package.json deleted file mode 100644 index 4c974022e..000000000 --- a/cli/tests/testdata/npm/local_dir_resolves_symlinks/package.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "name": "foo", - "type": "module", - "dependencies": { - "define-properties": "^1.2.0" - } -} |