with many test runners e.g. Jasmine, Chai or Jest • Provide component rendering and testing utilities to make it easier: ◦ Writing assertions ◦ Traversing of the component output
NPM dependency: `npm install enzyme` • For full DOM rendering: ◦ Add other dependencies: `npm install jsdom enzyme-to-json` ◦ Configure JEST ⇒ See Enzyme Guide