1 | export function nottestingNotTested(): void;
|
2 | export function testAssertTyping(): void;
|
3 | export function testComparing(_tc: t.TestCase): void;
|
4 | export function testFailing(): Promise<void>;
|
5 | export function testSkipping(): void;
|
6 | export function testAsync(): Promise<void>;
|
7 | export function testRepeatRepetition(): void;
|
8 | import * as t from './testing.js';
|
9 | //# sourceMappingURL=testing.test.d.ts.map |
\ | No newline at end of file |