UNPKG

rnsst

Version:

React Native Storybook Screeshot Tests with Detox

5 lines (4 loc) 293 B
import Channel from './channel'; import { StoryMap, TestingLib } from '../types'; export declare function getStories(channel: Channel, beforeHandler?: () => void): Promise<StoryMap>; export declare function runTests(testingLib: TestingLib, channel: Channel, stories: StoryMap): Promise<void>;