UNPKG

@storybook/addon-coverage

Version:

Tools to support code coverage in Storybook

5 lines (4 loc) 193 B
import { AddonOptionsWebpack } from "./types"; export declare function createTestExclude(opts?: AddonOptionsWebpack["istanbul"]): Promise<{ shouldInstrument(filename: string): boolean; }>;