Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 772 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 772 Bytes

React Redux Test Renderer

Build status

Extends and works with an existing @test-library/react installation

Simplifies the test setup of components using wrappers like Redux, React-Context and more.




This is just the wrapper for the package that provides the integration tests.

If you're looking for the package it can be found in the package folder, the readme can be found here

Why do the integration tests wrap the package? The package requires peerDependencies and the integration test wrapper resolves them.