diff options
Diffstat (limited to 'tools/test.py')
-rwxr-xr-x | tools/test.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/test.py b/tools/test.py index 8eaa2611d0..9bee9c2a22 100755 --- a/tools/test.py +++ b/tools/test.py @@ -54,6 +54,7 @@ skip_regex = re.compile(r'# SKIP\S*\s+(.*)', re.IGNORECASE) VERBOSE = False +os.environ['NODE_OPTIONS'] = '' # --------------------------------------------- # --- P r o g r e s s I n d i c a t o r s --- |