Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geovanisouza92/jest-22-failing-tls


https://github.com/geovanisouza92/jest-22-failing-tls

Last synced: 15 days ago
JSON representation

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.