angular-test-runner
angular-test-runner copied to clipboard
add option to fail on uncaught errors
This option will fail a test if any uncaught error is thrown asynchronously. It won't fail always (that's why there is no test for it), because some simple tests will end before any error gets a chance to be thrown.
Convenient but not very reliable, so turned off by default.
We need some tests for that PR.