UNPKG

jest-preview

Version:

Preview your Jest tests in a browser

12 lines (11 loc) 508 B
interface JestPreviewConfigOptions { /** * @deprecated externalCss should not be used and will be removed in 0.4.0. Import the css files directly instead. Read more at www.jest-preview.com/blog/deprecate-externalCss */ externalCss?: string[]; autoPreview?: boolean; publicFolder?: string; sassLoadPaths?: string[]; } export declare function jestPreviewConfigure({ externalCss, autoPreview, publicFolder, sassLoadPaths, }?: JestPreviewConfigOptions): void; export {};