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