UNPKG

@storybook/test-runner

Version:
7 lines (4 loc) 225 B
import { Config } from '@jest/types'; declare function setup(jestConfig: Config.GlobalConfig): Promise<void>; declare function teardown(jestConfig: Config.GlobalConfig): Promise<void>; export { setup as s, teardown as t };