UNPKG

suitest-js-api

Version:

Suitest is a test automation and device manipulation tool for living room devices and web browsers.

10 lines (9 loc) 181 B
export type ReplOptions = { cwd?:string, repeater?: string|Function, watch?: string|Array<string>, vars?: { [key: string]: any, }, ignored?:string }