UNPKG

@jhae/stylelint-config-verifier

Version:

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

8 lines (7 loc) 162 B
import type { TestCaseExpectation } from './index'; export type TestCase = { name: string; file?: string; code?: string; expect?: TestCaseExpectation; };