diff options
| author | Satya Rohith <me@satyarohith.com> | 2024-04-29 15:06:53 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-29 09:36:53 +0000 |
| commit | b8444066ea83433c8a3597407a9fb6b9e9e36085 (patch) | |
| tree | c1a7686c5f776447c138e7943678060eb722626b /tests/specs/node/node_debug/__test__.jsonc | |
| parent | 455cf1743f70cb12025e36b3c4eb9a213fe77199 (diff) | |
fix(ext/node): support NODE_DEBUG env (#23583)
Diffstat (limited to 'tests/specs/node/node_debug/__test__.jsonc')
| -rw-r--r-- | tests/specs/node/node_debug/__test__.jsonc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/node/node_debug/__test__.jsonc b/tests/specs/node/node_debug/__test__.jsonc new file mode 100644 index 000000000..825d3bd3f --- /dev/null +++ b/tests/specs/node/node_debug/__test__.jsonc @@ -0,0 +1,6 @@ +{ + "args": "run --allow-read main.mjs", + "envs": { "NODE_DEBUG": "*" }, + "output": "main.out", + "exitCode": 0 +} |
