import { test } from "bun:test" import LarkSheetService from "../../services/lark/sheet" const service = new LarkSheetService("egg", "") test("getRecords", async () => { const res = await service.getRecords( "bask4BA989TBbnu5R7Onmdh1csb", "tblabYZk3AYtGLSe" ) console.log(res) })