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.
- Host: GitHub
- URL: https://github.com/dean177/props-interceptor
- Owner: Dean177
- Created: 2018-05-06T11:48:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-06T11:54:49.000Z (about 8 years ago)
- Last Synced: 2025-02-26T23:03:34.828Z (over 1 year ago)
- Topics: higher-order-component, interceptor, props, react, testing
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# props-interceptor
A tiny higher-order-component to intercept the props passed to a component.
Useful for testing.