mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-01-18 16:31:32 +00:00
4 lines
57 B
TypeScript
4 lines
57 B
TypeScript
import { test } from "vitest"
|
|
|
|
test("node ok", () => {})
|