An open API service indexing awesome lists of open source software.

https://github.com/dean177/props-interceptor

A tiny higher-order-component to intercept the props passed to a component. Useful for testing.
https://github.com/dean177/props-interceptor

higher-order-component interceptor props react testing

Last synced: about 1 month ago
JSON representation

A tiny higher-order-component to intercept the props passed to a component. Useful for testing.

Awesome Lists containing this project

README

          

# props-interceptor

A tiny higher-order-component to intercept the props passed to a component.

Useful for testing.