You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 31, 2025. It is now read-only.
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.