Skip to content

API Reference / @gtkx/testing / ClassExpectation

Type Alias: ClassExpectation

ClassExpectation = string | RegExp

Defined in: matchers.d.ts:13

The expected value for a style class: an exact class name or a regular expression.

Released under the MPL-2.0 License.