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
When the test runner is run in NodeJS and there's a failure, the code calls WScript.Quit() explicitly which then causes an error in Node.
I had a situation in WScript where I had a dangling comma in the required block and instead of the required modules test failing, the test runner just quit.
The text was updated successfully, but these errors were encountered:
When the test runner is run in NodeJS and there's a failure, the code calls WScript.Quit() explicitly which then causes an error in Node.
I had a situation in WScript where I had a dangling comma in the required block and instead of the required modules test failing, the test runner just quit.
The text was updated successfully, but these errors were encountered: