summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/binary-package-mac
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/binary-package-mac')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/index.js1
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/package.json8
2 files changed, 0 insertions, 9 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/index.js b/cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/index.js
deleted file mode 100644
index ac8c91f50..000000000
--- a/cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/index.js
+++ /dev/null
@@ -1 +0,0 @@
-console.log("Hello from binary package on mac"); \ No newline at end of file
diff --git a/cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/package.json
deleted file mode 100644
index 02916e65b..000000000
--- a/cli/tests/testdata/npm/registry/@denotest/binary-package-mac/1.0.0/package.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "name": "@denotest/binary-package-linux",
- "version": "1.0.0",
- "main": "index.js",
- "os": [
- "darwin"
- ]
-}