diff options
Diffstat (limited to 'cli/tests/testdata/npm/create_require/main.out')
-rw-r--r-- | cli/tests/testdata/npm/create_require/main.out | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/create_require/main.out b/cli/tests/testdata/npm/create_require/main.out index ebd96c120..70b0415b3 100644 --- a/cli/tests/testdata/npm/create_require/main.out +++ b/cli/tests/testdata/npm/create_require/main.out @@ -1,6 +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 |