react-performance-testing
react-performance-testing copied to clipboard
A library to test runtime performance in React
Hey Folks, Was trying out this library but got a strange error, who can help me out?  I used like 100% the same test used over here, but then...
Warning shows even if displayName explicitly set already. ``` describe('KeyboardAccessibilityContext - rerenders', () => { it('render count should be one', async () => { function MockContextConsumerComponent() { const { setVisible,...
``` cd example yarn install yarn test ``` ``` $ jest /bin/sh: line 1: jest: command not found ``` Try install jest: ``` yarn add jest yarn test ``` ```...
Patched components are missing `defaultProps` static field.
It would be amazing if vitest would be be supported as jest is.