@wojtekmaj/enzyme-adapter-react-17
JavaScript Testing utilities for React
Last updated 4 years ago by wojtekmaj .
MIT · Repository · Original npm · Tarball · package.json
$ cnpm install @wojtekmaj/enzyme-adapter-react-17 
SYNC missed versions from official npm registry.

npm downloads CI

@wojtekmaj/enzyme-adapter-react-17

Unofficial adapter for React 17 for Enzyme.

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() });

Current Tags

  • 0.6.6                                ...           latest (4 years ago)
  • 0.6.6-beta.3                                ...           next (4 years ago)

23 Versions

  • 0.6.6                                ...           4 years ago
  • 0.6.6-beta.3                                ...           4 years ago
  • 0.6.6-beta.2                                ...           4 years ago
  • 0.6.6-beta                                ...           4 years ago
  • 0.6.5                                ...           4 years ago
  • 0.6.4                                ...           4 years ago
  • 0.6.3                                ...           5 years ago
  • 0.6.2                                ...           5 years ago
  • 0.6.1                                ...           5 years ago
  • 0.6.0                                ...           5 years ago
  • 0.6.0-beta.2                                ...           5 years ago
  • 0.6.0-beta                                ...           5 years ago
  • 0.5.0                                ...           5 years ago
  • 0.5.0-beta                                ...           5 years ago
  • 0.4.1                                ...           5 years ago
  • 0.4.0                                ...           5 years ago
  • 0.4.0-beta                                ...           5 years ago
  • 0.3.2                                ...           5 years ago
  • 0.3.1                                ...           5 years ago
  • 0.3.0                                ...           5 years ago
  • 0.2.0                                ...           5 years ago
  • 0.1.1                                ...           6 years ago
  • 0.1.0                                ...           6 years ago
Maintainers (1)
Downloads
Today 1
This Week 4
This Month 4
Last Day 2
Last Week 0
Last Month 23
Dependencies (6)
Dev Dependencies (11)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |