UNPKG

creevey

Version:

Cross-browser screenshot testing tool for Storybook with fancy UI Runner

4 lines (3 loc) 206 B
import { TestStatus } from '../../types.js'; export declare function getEmojiByTestStatus(status: TestStatus | undefined, skip?: string | boolean): string; export declare const isInternetExplorer: boolean;