Skip to content

chore(test): align ts-jest with Jest 30 support - #154

Merged
luojiyin1987 merged 1 commit into
masterfrom
chore/ts-jest-floor
Aug 22, 2026
Merged

luojiyin1987 merged 1 commit into
masterfrom
chore/ts-jest-floor

Conversation

@luojiyin1987

Copy link
Copy Markdown
Contributor

Closes #153

改动

- "ts-jest": "^29.0.3",
+ "ts-jest": "^29.4.0",

Jest 30 support was added in ts-jest 29.4.0, so require that version as the minimum supported ts-jest version.

选 ^29.4.0 而不是追最新 patch:29.4.0 是真正的 capability floor。

注:package-lock.json 在本仓库被 gitignore,不随 PR 提交。

范围

只动 ts-jest。TypeScript 不升级:当前 typescript ^4.8.4 在 ts-jest 官方支持范围 >=4.3 <7 内。ts-jest floor、TypeScript upgrade、Prettier upgrade 保持独立 PR。

验证

本地以 ts-jest 29.4.12 安装运行:全量测试 25 suites / 205 tests 通过。

@luojiyin1987
luojiyin1987 merged commit 233777f into master Aug 22, 2026
7 checks passed
@luojiyin1987
luojiyin1987 deleted the chore/ts-jest-floor branch August 22, 2026 04:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(test): align ts-jest with Jest 30 support

1 participant