matchStyleValues()
Checks if given styles match with the current style object.
matchStyleValues(style: Record<string, any>): boolean;
Notes
- This method is used by expectOutputAsync().
Parameters
- style — A set of style properties on a single object
Return value
True, if all of the properties in the provided object match with current style.
Related
class TestOutputElement
A class that represents a rendered output element.
