Variable TEST_HELPERSConst
TEST_HELPERS: { findByText: (text: string) => null | Node; getValuePointsForLevel: (_level: SecurityLevel) => string[]; matchTextAndClass: ( text: string, className: string, ) => (content: string, element: Element) => boolean; toSecurityLevel: (level: string) => SecurityLevel;} = ... Type declaration
findByText: (text: string) => null | Node
getValuePointsForLevel: (_level: SecurityLevel) => string[]
matchTextAndClass: (
text: string,
className: string,
) => (content: string, element: Element) => boolean
toSecurityLevel: (level: string) => SecurityLevel
Test helpers for finding and matching elements