https://github.com/gabeins/node-reporter-ava
A test reporter for node's built-in test runner inspired by Ava
https://github.com/gabeins/node-reporter-ava
ava cli node nodejs reporter test testing
Last synced: about 1 month ago
JSON representation
A test reporter for node's built-in test runner inspired by Ava
- Host: GitHub
- URL: https://github.com/gabeins/node-reporter-ava
- Owner: gabeins
- License: mit
- Created: 2023-07-27T18:11:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-10T10:14:35.000Z (almost 2 years ago)
- Last Synced: 2026-05-11T09:48:51.979Z (about 2 months ago)
- Topics: ava, cli, node, nodejs, reporter, test, testing
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/node-reporter-ava
- Size: 174 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README

## Installation
```bash
npm install -D node-reporter-ava
```
## Usage
```bash
node --test --test-reporter=node-reporter-ava
```