An open API service indexing awesome lists of open source software.

https://github.com/ext/jest-28-bug-reporter-default


https://github.com/ext/jest-28-bug-reporter-default

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# jest-28-bug-reporter-default

1. `git clone https://github.com/ext/jest-28-bug-reporter-default.git`
2. `npm install`
3. `npm test`

## Workaround

`jest-preset.js`:

```diff
module.exports = {
- reporters: ["default"]
+ reporters: [["default"]]
}
```