diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-10-16 00:25:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-15 23:25:24 +0000 |
| commit | 40b1c42138c47e89eefa859cd36a9e3d62541e7b (patch) | |
| tree | e4ab7cf2a9c369daf45c6e7b339fdc59dafde09b /tests/specs/run/import_common_js/__test__.jsonc | |
| parent | 82d13fd45b6fa8da5d390e26a349522e93811639 (diff) | |
fix: improve suggestions and hints when using CommonJS modules (#26287)
Ref https://github.com/denoland/deno/issues/26225
Diffstat (limited to 'tests/specs/run/import_common_js/__test__.jsonc')
| -rw-r--r-- | tests/specs/run/import_common_js/__test__.jsonc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/run/import_common_js/__test__.jsonc b/tests/specs/run/import_common_js/__test__.jsonc index 950c7f68c..6510dbad7 100644 --- a/tests/specs/run/import_common_js/__test__.jsonc +++ b/tests/specs/run/import_common_js/__test__.jsonc @@ -11,6 +11,11 @@ "args": "run exports_error.js", "output": "exports_error.out", "exitCode": 1 + }, + { + "args": "run require_error.js", + "output": "require_error.out", + "exitCode": 1 } ] } |
