mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-02-16 11:18:32 -06:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import { describe, it } from "vitest";
|
|
|
|
describe.todo("Notes", () => {
|
|
it("zzz", () => {});
|
|
});
|