ptomato / jasmine-gjs

Jasmine for GJS
MIT License
20 stars 8 forks source link

Exceptions in signal handlers should fail tests #4

Open ptomato opened 9 years ago

ptomato commented 9 years ago

GJS exceptions can't be caught across the boundary of a signal handler. So if a signal handler or idle function throws an exception, then your test won't fail. Possibly Jasmine can even hang if no specs ever execute.