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 9b2d156 commit cf5b29eCopy full SHA for cf5b29e
packages/lib/src/LgIdProps/index.ts
@@ -10,4 +10,9 @@ export interface LgIdProps {
10
* LG test id passed to the component wrapper.
11
*/
12
['data-lgid']?: LgIdString;
13
+
14
+ /**
15
+ * An additional test id passed to the component wrapper, meant for use by consumers of the library.
16
+ */
17
+ ['data-testid']?: string;
18
}
0 commit comments