callstack / react-native-testing-library

🦉 Simple and complete React Native testing utilities that encourage good testing practices.
https://callstack.github.io/react-native-testing-library/
MIT License
3.01k stars 264 forks source link

Configuration option for customizing error output #1616

Open th0r0nd0r opened 1 month ago

th0r0nd0r commented 1 month ago

Describe the Feature

TL/RTL has a config option called getElementError, that enables you to, among other things, remove the long DOM output from error messages. Is there any way I can accomplish this in RNTL?