angular-test-runner icon indicating copy to clipboard operation
angular-test-runner copied to clipboard

add option to fail on uncaught errors

Open apierzch opened this issue 8 years ago • 1 comments

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.

apierzch avatar Jan 09 '17 09:01 apierzch

We need some tests for that PR.

woprzech avatar Aug 23 '17 07:08 woprzech