UNPKG

visreg-test

Version:

A visual regression testing solution that offers an easy setup with simple yet powerful customisation options, wrapped up in a convenient CLI runner to make assessing and accepting/rejecting diffs a breeze.

4 lines (3 loc) 131 B
import '../support/commands'; import { TestConfig } from '../../types'; export declare const runTest: (props: TestConfig) => void;