mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-04-27 16:01:38 -05: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