react-performance-testing icon indicating copy to clipboard operation
react-performance-testing copied to clipboard

A library to test runtime performance in React

Results 7 react-performance-testing issues
Sort by recently updated
recently updated
newest added

Hey Folks, Was trying out this library but got a strange error, who can help me out? ![image](https://user-images.githubusercontent.com/4742816/139429544-e9deaae2-0ab7-4421-8761-6149633f10be.png) 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.