summaryrefslogtreecommitdiff
path: root/tests/testdata
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata')
-rw-r--r--tests/testdata/npm/registry/@denotest/css-export/1.0.0/dist/index.css1
-rw-r--r--tests/testdata/npm/registry/@denotest/css-export/1.0.0/package.json9
2 files changed, 10 insertions, 0 deletions
diff --git a/tests/testdata/npm/registry/@denotest/css-export/1.0.0/dist/index.css b/tests/testdata/npm/registry/@denotest/css-export/1.0.0/dist/index.css
new file mode 100644
index 000000000..2d91681f8
--- /dev/null
+++ b/tests/testdata/npm/registry/@denotest/css-export/1.0.0/dist/index.css
@@ -0,0 +1 @@
+body {} \ No newline at end of file
diff --git a/tests/testdata/npm/registry/@denotest/css-export/1.0.0/package.json b/tests/testdata/npm/registry/@denotest/css-export/1.0.0/package.json
new file mode 100644
index 000000000..f7a76aec9
--- /dev/null
+++ b/tests/testdata/npm/registry/@denotest/css-export/1.0.0/package.json
@@ -0,0 +1,9 @@
+{
+ "name": "@denotest/css-export",
+ "version": "1.0.0",
+ "type": "module",
+ "exports": {
+ ".": "./index.js",
+ "./dist/*": "./dist/*"
+ }
+} \ No newline at end of file