add test infra and a basic record integration test

This commit is contained in:
Yanzhen Yu
2026-04-01 12:00:00 +08:00
parent f4ded6b6d1
commit 5bbc29ef1a
6 changed files with 157 additions and 2 deletions

View File

@@ -12,5 +12,5 @@
},
"compileOnSave": true,
"exclude": ["test"],
"include": ["src", "index.d.ts"]
"include": ["src", "index.d.ts", "test.d.ts"]
}