newsnow/test/rss2json.test.ts

10 lines
174 B
TypeScript
Raw Normal View History

2024-10-03 13:16:14 +08:00
import { it } from "vitest"
import { zaobao } from "#/sources/zaobao"
it.skip("res", {
timeout: 10000,
}, async () => {
const res = await zaobao()
console.log(res)
})