Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'test/fixtures/es-modules/pkgimports/package.json')
-rw-r--r--test/fixtures/es-modules/pkgimports/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fixtures/es-modules/pkgimports/package.json b/test/fixtures/es-modules/pkgimports/package.json
index 299ce9c197b..cebe36b350f 100644
--- a/test/fixtures/es-modules/pkgimports/package.json
+++ b/test/fixtures/es-modules/pkgimports/package.json
@@ -22,7 +22,7 @@
},
"default": "./test.js"
},
- "#subpath/nullshadow/": [null],
+ "#subpath/nullshadow/*": [null],
"#": "./test.js",
"#/initialslash": "./test.js",
"#notfound": "./notfound.js",