@testup/console-reporter
Version:
TestUp reporter for shell and browser console
40 lines (25 loc) • 454 B
Markdown
# TestUp Console Reporter
> Part of the [TestUp](https://github.com/testup) test running suite.
Basic TestUp reporter. Output mocha-alike reports to console.
## Install
```shell
npm i @testup/console-report
```
## Options
### `indent`
```
string = ' '
```
Indentation string.
### `successMark`
```
string = ''
```
Succeeded test marker.
### `failureMark`
```
string = ''
```
Failed test marker.
## License
MIT © [Rumkin](https://rumk.in)