Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rickhanlonii/jest-issue-7197
https://github.com/rickhanlonii/jest-issue-7197
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rickhanlonii/jest-issue-7197
- Owner: rickhanlonii
- Created: 2018-10-17T20:47:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-17T20:48:30.000Z (over 6 years ago)
- Last Synced: 2024-12-08T20:42:45.198Z (about 1 month ago)
- Language: JavaScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
## Repro
```
$ yarn
$ yarn run test:named --testNamePattern="those tests will fail"
$ yarn run test:notnamed --testNamePattern="those tests will fail"
```