File size: 122 Bytes
bc20498
 
1
2
3
import type { Suite } from 'uvu/parse';
export function run(suites: Suite[], options?: { bail: boolean }): Promise<void>;