We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b86560a commit 17e2021Copy full SHA for 17e2021
typings/index.flow.js
@@ -346,6 +346,7 @@ declare module '@testing-library/react-native' {
346
declare interface RenderOptions {
347
wrapper?: React.ComponentType<any>;
348
createNodeMock?: (element: React.Element<any>) => any;
349
+ unstable_validateStringsRenderedWithinText?: boolean;
350
}
351
352
declare export var render: (
0 commit comments