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

https://github.com/mattphillips/jest-chain-with-jest-extended


https://github.com/mattphillips/jest-chain-with-jest-extended

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# jest-chain-with-jest-extended

Example project using [`jest-chain`](https://www.github.com/mattphillips/jest-chain) with [`jest-extended`](https://www.github.com/jest-community/jest-extended). You shouldn't get any type warnings when running jest and in `vscode`.

To run:

```sh
git clone [email protected]:mattphillips/jest-chain-with-jest-extended

yarn install

yarn test
```