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
- Host: GitHub
- URL: https://github.com/ext/jest-28-bug-reporter-default
- Owner: ext
- Created: 2022-04-28T19:15:34.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-04-28T19:20:27.000Z (about 4 years ago)
- Last Synced: 2026-02-19T04:28:35.094Z (4 months ago)
- Language: JavaScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"]]
}
```