@sondr3/minitest
Version:
A low-feature, dependency-free and performant test runner inspired by Rust and Deno
7 lines • 365 B
TypeScript
import { Test } from "./test_fn.js";
export declare const TESTS: Array<Test>;
export declare const ignoreDir: (dir: string) => boolean;
export declare const testFile: (file: string) => boolean;
export declare function walkDir(dir: string): AsyncGenerator<string>;
export declare function run(argv: Array<string>): Promise<void>;
//# sourceMappingURL=runner.d.ts.map