Open ptomato opened 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.
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.