newsnow/test/common.test.ts

6 lines
56 B
TypeScript
Raw Permalink Normal View History

2024-10-09 02:54:11 +08:00
import { it } from "vitest"
2024-10-03 13:16:14 +08:00
2024-10-09 02:54:11 +08:00
it("test", () => {
//
2024-10-03 13:16:14 +08:00
})