microservices/gameboard-service/src/sanity.test.ts

6 lines
96 B
TypeScript
Raw Normal View History

2025-04-22 11:59:50 -07:00
import { expect, test } from "vitest";
test("sanity", () => {
expect(true).toBeTruthy();
});