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

https://github.com/tanvirstreame/enzyme-support-for-react-18


https://github.com/tanvirstreame/enzyme-support-for-react-18

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## Enzyme Support For React-18
Basic concept is to use https://www.npmjs.com/package/@wojtekmaj/enzyme-adapter-react-17 for react version 18
## How to use
First, clone the repo.
```bash
$ git clone https://github.com/tanvirstreame/enzyme-support-for-react-18.git
```
Then, install the dependencies locally and Mocha globally.
```bash
$ cd enzyme-support-for-react-18
$ npm install
$ npm test
```
## License
MIT