mirror of
https://gitlab.com/soapbox-pub/ditto.git
synced 2025-12-06 03:19:46 +00:00
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import { assert, assertEquals } from '@std/assert';
|
|
|
|
import { AsyncBatcher } from '@/utils/AsyncBatcher.ts';
|
|
|
|
Deno.test('AsyncBatcher', async () => {
|
|
});
|