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.
5 lines (4 loc) • 313 B
TypeScript
import { TestConfig } from '../../types';
export declare const bustSuiteConfigCache: (incomingSuiteSlug: string) => Promise<boolean>;
export declare const setSuiteConfigCache: (testConfig: TestConfig) => void;
export declare const fetchSuiteConfig: (incomingSuiteSlug: string) => Promise<TestConfig | undefined>;