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
- Host: GitHub
- URL: https://github.com/tanvirstreame/enzyme-support-for-react-18
- Owner: tanvirstreame
- Created: 2024-07-18T04:38:38.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T04:46:17.000Z (11 months ago)
- Last Synced: 2025-02-02T00:14:15.880Z (4 months ago)
- Language: TypeScript
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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