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 83ff9a6 commit 56c6f86Copy full SHA for 56c6f86
src/testkit/new/Component.driver.ts
@@ -3,7 +3,7 @@ import {within} from '@testing-library/react-native';
3
4
export interface ComponentProps {
5
renderTree: ReturnType<typeof within>; // Note: This changed was asked for integration with amino. This still gives all querying functionality.
6
- testID: string;
+ testID: string | RegExp;
7
}
8
9
export interface ComponentDriverResult {
0 commit comments