diff options
author | Yoshiya Hinosawa <stibium121@gmail.com> | 2022-11-19 20:32:39 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-19 20:32:39 +0900 |
commit | 7ab08130a06850f7d30bca8088799926f03e2a84 (patch) | |
tree | 40f35c4aac0d5d0ad1333889306d371784e30c2d /cli/tests/testdata/npm/create_require/main.ts | |
parent | 763d492ed69c3a22310dd5c758995fbbbf3e06b8 (diff) |
fix(ext/node): handle URL in createRequire (#16682)
Diffstat (limited to 'cli/tests/testdata/npm/create_require/main.ts')
-rw-r--r-- | cli/tests/testdata/npm/create_require/main.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/create_require/main.ts b/cli/tests/testdata/npm/create_require/main.ts new file mode 100644 index 000000000..625c734aa --- /dev/null +++ b/cli/tests/testdata/npm/create_require/main.ts @@ -0,0 +1 @@ +import "npm:@denotest/create-require@1.0.0"; |