UNPKG

twd-js

Version:

Test While Developing (TWD) - in-browser testing

8 lines (7 loc) 259 B
import { TestCase } from '../twdRegistry'; interface TestListProps { runTest: (i: number) => Promise<void>; tests: TestCase[]; } export declare const TestList: ({ runTest, tests }: TestListProps) => import("react/jsx-runtime").JSX.Element; export {};