UNPKG

testplane

Version:

Tests framework based on mocha and wdio

6 lines (5 loc) 226 B
import type { Browser } from "../types"; import type { StateOpts } from "../../config/types"; export type GetStateOptions = Pick<StateOpts, "path">; declare const _default: (browser: Browser) => void; export default _default;