enzyme-adapter-react-17-lirsoft
TypeScript icon, indicating that this package has built-in type declarations

0.6.3 • Public • Published

npm downloads CI dependencies dev dependencies

@wojtekmaj/enzyme-adapter-react-17

Unofficial adapter for React 17 for Enzyme.

Forked to work with Reaact 17.0.*

Installation

npm install --save-dev @wojtekmaj/enzyme-adapter-react-17

or, if you're using Yarn:

yarn add --dev @wojtekmaj/enzyme-adapter-react-17

Configuration

Finally, you need to configure enzyme to use the adapter you want it to use. To do this, you can use the top level configure(...) API.

import Enzyme from 'enzyme';
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';

Enzyme.configure({ adapter: new Adapter() });

Package Sidebar

Install

npm i enzyme-adapter-react-17-lirsoft

Weekly Downloads

251

Version

0.6.3

License

MIT

Unpacked Size

261 kB

Total Files

16

Last publish

Collaborators

  • sviatoslav-lirsoft