summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/import_json
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/import_json')
-rw-r--r--cli/tests/testdata/npm/import_json/main.js4
-rw-r--r--cli/tests/testdata/npm/import_json/main.out10
2 files changed, 0 insertions, 14 deletions
diff --git a/cli/tests/testdata/npm/import_json/main.js b/cli/tests/testdata/npm/import_json/main.js
deleted file mode 100644
index b752bdef8..000000000
--- a/cli/tests/testdata/npm/import_json/main.js
+++ /dev/null
@@ -1,4 +0,0 @@
-import json from "npm:@denotest/binary-package@1/package.json" assert {
- type: "json",
-};
-console.log(json);
diff --git a/cli/tests/testdata/npm/import_json/main.out b/cli/tests/testdata/npm/import_json/main.out
deleted file mode 100644
index 7db7ec4ea..000000000
--- a/cli/tests/testdata/npm/import_json/main.out
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- name: "@denotest/binary-package",
- version: "1.0.0",
- main: "index.js",
- optionalDependencies: {
- "@denotest/binary-package-linux": "1.0.0",
- "@denotest/binary-package-mac": "1.0.0",
- "@denotest/binary-package-windows": "1.0.0"
- }
-}