mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 09:39:30 +08:00
2 lines
122 B
Text
2 lines
122 B
Text
import type { Suite } from 'uvu/parse';
|
|
export function run(suites: Suite[], options?: { bail: boolean }): Promise<void>;
|