chore: add code quality tooling

This commit is contained in:
MythEclipse
2026-05-13 15:28:25 +07:00
parent 2676998411
commit 138aa397e2
15 changed files with 2023 additions and 891 deletions
+5
View File
@@ -0,0 +1,5 @@
import { expect, it } from "vitest";
it("runs the test suite", () => {
expect(true).toBe(true);
});