mirror of
https://github.com/zadam/trilium.git
synced 2025-11-06 13:26:01 +01:00
test: port spec tests to vitest
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
describe("Notes", () => {
|
||||
import { describe, it } from "vitest";
|
||||
|
||||
describe.todo("Notes", () => {
|
||||
it("zzz", () => {});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user