custom CLI args not available in parallel mode
grawk opened this issue · 0 comments
grawk commented
because the parent process.argv
object is not available in a child process, any custom CLI args will not be available in the mocha tests. Need to add a new property to the nemo object (nemo.argv
) in order to pass the parent process.argv
into the tests.