ditto/src/utils/AsyncBatcher.test.ts
2025-01-21 18:07:50 -06:00

6 lines
154 B
TypeScript

import { assert, assertEquals } from '@std/assert';
import { AsyncBatcher } from '@/utils/AsyncBatcher.ts';
Deno.test('AsyncBatcher', async () => {
});