chore(tests): remove useless test stub

pull/1006/head
Panagiotis Papadopoulos 2025-01-18 20:24:43 +07:00
parent 09e0805d16
commit 67ee3c30fb
1 changed files with 0 additions and 5 deletions

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