The custom reporter doesn't report errors
Open
- Dominant language
- TypeScript
- Stars
- 2
- Forks
- 9
- PR merge metrics
- No merged PRs in 30d
Description
**Bug**
The custom `Reporter` class is used in place of Intern's default reporter, but doesn't actually report fatal errors in its `error` event handler (https://github.com/dojo/scripts/blob/master/src/intern/reporter.ts#L83). This can lead to silent failures.
Contributor guide
Assessment
This issue has not been assessed yet.