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

Searchable library of React testing examples

Results 4 react-testing-examples issues
Sort by recently updated
recently updated
newest added

Shouldn't the examples be updated to point to the new scoped path? > react-testing-library has moved to @testing-library/react. Please uninstall react-testing-library and install @testing-library/react instead, or use an older version...

Hi, Thanks for this great site. This 1st simple test uses await waitForElement(() => getByText(/hello Satoshi/i)) does it need to use waitForElement? Would getByText alone work? Thanks for the info....

using this https://github.com/callstack/react-native-testing-library

Thanks for the great examples, those are very helpful. Can you please add an example for HOC.