jasmine-gjs
jasmine-gjs copied to clipboard
Jasmine for GJS
The problem is that earlier tests can schedule a timeout on the mainloop, and when later tests would advance the mainloop unexpected events would be triggered. Would be nice to...
The [JUnit format](http://llg.cubic.org/docs/junit/) allows `` and `` elements that report any output from stdout and stderr captured during a test or suite. The TAP reporter can output this as diagnostic...
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...