Skip to content

Commit 482fc13

Browse files
committed
test: update type declaration assertions for generated d.ts files
Fix test assertions to match updated TypeScript declaration format generated by tsup. Updates expectations for function declarations, constant exports, and UMD bundle structure in build artifact tests. Also enables DTS generation for CLI build and improves test code formatting. <!-- ps-id: 819eb0d5-f3aa-4133-a8b1-d5de3f6862e7 -->
1 parent d5fb652 commit 482fc13

20 files changed

+1078
-1867
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
node-version: [18.x, 20.x, 22.x, 23.x]
21+
node-version: [20.x, 22.x, 23.x, 24.x]
2222

2323
steps:
2424
- name: 📚 checkout

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
33
"vcs": { "enabled": false, "clientKind": "git", "useIgnoreFile": false },
44
"files": { "ignoreUnknown": false, "includes": ["**", "!**/dist", "!**/coverage", "!**/test/compliance"] },
55
"formatter": {

0 commit comments

Comments
 (0)