You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 14, 2026. It is now read-only.
can run a test without tests. Time output will be 'NaN' etc. Should stop this?
skipped tests fails if they are alone in a suite. Same as above.
uncaught exception seems to act strange sometimes. See how AVA solved it.
only BlueBird promises seem to work. Native ES6 promises don't. Many people prefer ES6 promises when they write tests, so this will be an bug for them.
Suggestions
better implementation with js-reports API ?
static analysis of test files, specifically to discover if any use exclusive tests (i.e. test.only).
Ability to abort test run. Would be useful to have a way to abort the current test run. CLI users can just Cmd+C, but from the API there's currently no way to cancel the test run.
in AVA 'todo' can be without a callback. E.g. todo('todo'). Is that a good idea?
Bugs
Suggestions
todo('todo'). Is that a good idea?