Leader-Service/main_test.ts

8 lines
83 B
TypeScript
Raw Permalink Normal View History

2024-12-15 12:59:57 +00:00
import { assertEquals } from "@std/assert";
2024-12-16 09:57:56 +00:00
2024-12-15 12:59:57 +00:00
Deno.test(function addTest() {
2024-12-16 09:57:56 +00:00
2024-12-15 12:59:57 +00:00
});