Skip to content

Commit 48ffa43

Browse files
deftioclaude
andcommitted
Fix CI: add ts-jest preset for TypeScript binding tests
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 532660d commit 48ffa43

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

bindings/typescript/package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,9 @@
1414
"ts-jest": "^29.0.0",
1515
"@types/jest": "^29.0.0"
1616
},
17+
"jest": {
18+
"preset": "ts-jest",
19+
"testEnvironment": "node"
20+
},
1721
"license": "BSD-2-Clause"
1822
}

0 commit comments

Comments
 (0)