chore(tests): remove useless test stub

This commit is contained in:
Panagiotis Papadopoulos 2025-01-18 20:24:43 +01:00
parent 09e0805d16
commit 67ee3c30fb

View File

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