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
- Host: GitHub
- URL: https://github.com/mattphillips/jest-chain-with-jest-extended
- Owner: mattphillips
- Created: 2018-10-03T19:52:57.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-04T20:05:55.000Z (over 6 years ago)
- Last Synced: 2025-03-24T03:34:45.703Z (4 months ago)
- Language: TypeScript
- Size: 32.2 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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-extendedyarn install
yarn test
```