test: port spec tests to vitest

This commit is contained in:
Panagiotis Papadopoulos
2025-01-13 00:32:58 +01:00
parent 6be7109ce3
commit 33274ada65
10 changed files with 22 additions and 11 deletions

View File

@@ -1,3 +1,5 @@
describe("Notes", () => {
import { describe, it } from "vitest";
describe.todo("Notes", () => {
it("zzz", () => {});
});