-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Bugs
- 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? - support for SourceMap?
Metadata
Metadata
Assignees
Labels
No labels