diff options
Diffstat (limited to 'tests/specs/node')
| -rw-r--r-- | tests/specs/node/node_test_module/__test__.jsonc | 4 | ||||
| -rw-r--r-- | tests/specs/node/node_test_module_no_sanitizers/__test__.jsonc | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/tests/specs/node/node_test_module/__test__.jsonc b/tests/specs/node/node_test_module/__test__.jsonc index ef93b6673..701917bf3 100644 --- a/tests/specs/node/node_test_module/__test__.jsonc +++ b/tests/specs/node/node_test_module/__test__.jsonc @@ -1,9 +1,5 @@ { "args": "test test.js", "output": "test.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - }, "exitCode": 1 } diff --git a/tests/specs/node/node_test_module_no_sanitizers/__test__.jsonc b/tests/specs/node/node_test_module_no_sanitizers/__test__.jsonc index 0a9a9524b..8830e48dd 100644 --- a/tests/specs/node/node_test_module_no_sanitizers/__test__.jsonc +++ b/tests/specs/node/node_test_module_no_sanitizers/__test__.jsonc @@ -1,9 +1,5 @@ { "args": "test -A --no-check test_no_sanitizers/test.js", "output": "test_no_sanitizers/test.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - }, "exitCode": 0 } |
