CodeBrowser / npm / enzyme
enzyme@3.11.0
// JavaScript Testing utilities for React
$ npm install enzyme
downloads/wk
1,188,031
license
MIT
version
3.11.0
published
Dec 20, 2019
What is enzyme?
Enzyme is a testing library that provides utilities for testing React components in JavaScript, including shallow rendering to test components in isolation without rendering their children. Developers use Enzyme to write unit tests for React applications with assertion helpers and a straightforward API that integrates with popular test frameworks like Mocha.
Keywords
#javascript #shallow rendering #shallowRender #test #reactjs #react #flux #testing #test utils #assertion helpers #tdd #mocha
Maintainers
ljharb, gdborton, intelligibabble