screen
constant exported by @mwillbanks/tuil-testing-ink.
constant
Public constant exported by @mwillbanks/tuil-testing-ink.
export const screen: { frame: () => string; getByRole: (role: import("@mwillbanks/tuil-core").SemanticRole, query?: import("@mwillbanks/tuil-testing").SemanticQuery | undefined) => import("@mwillbanks/tuil-testing").QueryableSemanticNode; getAllByRole: (role: import("@mwillbanks/tuil-core").SemanticRole, query?: import("@mwillbanks/tuil-testing").SemanticQuery | undefined) => readonly import("@mwillbanks/tuil-testing").QueryableSemanticNode[]; getByLabelText: (label: string | RegExp) => import("@mwillbanks/tuil-testing").QueryableSemanticNode; getByText: (text: string | RegExp) => import("@mwillbanks/tuil-testing").QueryableSemanticNode; getByTestId: (testId: string) => import("@mwillbanks/tuil-testing").QueryableSemanticNode; };Members
This declaration has no public members.
Parameters
This declaration has no public members.
Returns
This declaration does not return a value.
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference