UNPKG

testplane

Version:

Tests framework based on mocha and wdio

5 lines (4 loc) 243 B
/** @link https://manpages.org/which */ export declare const ensureUnixBinaryExists: (binaryName: string) => Promise<void>; export declare const isUbuntu: () => Promise<boolean>; export declare const getUbuntuMilestone: () => Promise<string>;