mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
6 lines
100 B
TypeScript
6 lines
100 B
TypeScript
import { describe, it } from "vitest";
|
|
|
|
describe.todo("Notes", () => {
|
|
it("zzz", () => {});
|
|
});
|