node-async-testing
node-async-testing copied to clipboard
Tests exit with success (0 in bash), when a test isn't finish
If a test never finisch the return value queried by $? in bash is still 0, which means sucsess. This causes some unwanted beahviour in our ci-System. Could you fix this?