How to pass arguments to node process during tests/benchmarks? #4954
Answered
by
AriPerkkio
robbiespeed
asked this question in
Q&A
-
Particularly with mocha I can do This is necessary for testing behavior that relies on WeakRef/FinalizationRegistry, and for testing against possible memory leaks. |
Beta Was this translation helpful? Give feedback.
Answered by
AriPerkkio
Jan 14, 2024
Replies: 1 comment 1 reply
-
There is |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
robbiespeed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is
poolOptions.<name>.execArgv
option.