Skip to content

cli: allow `--test-[name/skip]-pattern` in `NODE_OPTIONS`

Rodrigo Muino Tomonari requested to merge github/fork/RedYetiDev/patch-29 into main

workaround for #51384

NODE_OPTIONS="--test-name-pattern=XXX" node my_test.js

Allows --test-name-pattern and --test-skip-pattern to appear in the NODE_OPTIONS environment variable.

Merge request reports

Loading