Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/geovanisouza92/jest-22-failing-tls
https://github.com/geovanisouza92/jest-22-failing-tls
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/geovanisouza92/jest-22-failing-tls
- Owner: geovanisouza92
- Created: 2017-12-18T19:14:21.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-06-04T16:15:50.000Z (over 6 years ago)
- Last Synced: 2023-03-22T20:53:33.444Z (almost 2 years ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This example shows a bug that started ocurring in jest from version 22.
To see the problem:
- Clone the repo;
- `npm install` or `yarn`;
- `npm test` or `yarn test`;The possible workaround involves using something like `cross-env`. See `package.json`'s `test-workaround` script.