Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pablo-mayrgundter/react-zustand-jest

Testing compatibility a react hook for zustand with jest and testing-library.
https://github.com/pablo-mayrgundter/react-zustand-jest

javascript jest testing-library zustand

Last synced: 20 days ago
JSON representation

Testing compatibility a react hook for zustand with jest and testing-library.

Awesome Lists containing this project

README

        

# react-zustand-jest

Testing compatibility a react hook for [zustand](https://github.com/pmndrs/zustand)
with [jest](https://jestjs.io/) and [testing-library](https://testing-library.com/).

```
> yarn install
...
> yarn jest
yarn run v1.22.17
...
PASS ./App.test.jsx

Test Suites: 1 passed, 1 total
Tests: 1 passed, 1 total
Snapshots: 0 total
Time: 0.784 s, estimated 1 s
Ran all test suites.
✨ Done in 1.53s.
```