chore: add code quality tooling
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
import { expect, it } from "vitest";
|
||||
|
||||
it("runs the test suite", () => {
|
||||
expect(true).toBe(true);
|
||||
});
|
||||
Reference in New Issue
Block a user