diff options
Diffstat (limited to 'tests/testdata/npm/create_require')
| -rw-r--r-- | tests/testdata/npm/create_require/main.out | 12 | ||||
| -rw-r--r-- | tests/testdata/npm/create_require/main.ts | 1 |
2 files changed, 13 insertions, 0 deletions
diff --git a/tests/testdata/npm/create_require/main.out b/tests/testdata/npm/create_require/main.out new file mode 100644 index 000000000..70b0415b3 --- /dev/null +++ b/tests/testdata/npm/create_require/main.out @@ -0,0 +1,12 @@ +[WILDCARD] +function +function +function +function +function +function +The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received https://example.com/ +The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received https://example.com/ +The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received 1 +The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received foo +The argument 'filename' must be a file URL object, file URL string, or absolute path string. Received ./foo diff --git a/tests/testdata/npm/create_require/main.ts b/tests/testdata/npm/create_require/main.ts new file mode 100644 index 000000000..625c734aa --- /dev/null +++ b/tests/testdata/npm/create_require/main.ts @@ -0,0 +1 @@ +import "npm:@denotest/create-require@1.0.0"; |
