How does anyone do unit testing in javascript where everything about the run time is trying to hide errors and you need a plug in to enable error messages to break tests.
The language is incapable of throwing an error that some code isn't ignoring for you! So robust!