UNPKG

@jhae/stylelint-config-verifier

Version:

A Stylelint configuration tester for Jest that helps you verify your defined rules.

7 lines (6 loc) 150 B
import type { Severity } from 'stylelint'; export type TestCaseExpectation = { errored: boolean; messages: string[]; severities: Severity[]; };