Add test for fetching live metadata from cnb issue

This commit is contained in:
xiongxiao
2026-02-20 03:53:05 +08:00
committed by cnb
parent 0ebc94a7d0
commit d16adc07fe
12 changed files with 346 additions and 952 deletions

5
test/get-live-meta.ts Normal file
View File

@@ -0,0 +1,5 @@
import { cnb, showMore } from './common'
const meta = await cnb.issue.getAliveMetadata('kevisual/kevisual', 34);
console.log('meta', showMore(meta));