1 | export function testEventloopOrder(_tc: t.TestCase): Promise<[void, void]>;
|
2 | export function testTimeout(_tc: t.TestCase): Promise<void>;
|
3 | export function testInterval(_tc: t.TestCase): Promise<void>;
|
4 | export function testAnimationFrame(_tc: t.TestCase): Promise<void>;
|
5 | export function testIdleCallback(_tc: t.TestCase): Promise<void>;
|
6 | export function testDebouncer(_tc: t.TestCase): Promise<void>;
|
7 | import * as t from './testing.js';
|
8 | //# sourceMappingURL=eventloop.test.d.ts.map |
\ | No newline at end of file |