v1.0.0
1.0.0 (2022-04-26)
Migration to @swc/jest
Running tests with ts-jest is no longer supported but the dependency can be manually installed if still needed. Otherwise, migrate over to @swc/jest by replacing the jest.transform property inside package.json as follows:
"jest": {
"transform": {
"^.+\\.(t|j)sx?$": "@swc/jest"
}
}
Bug Fixes
- package: forgot to trigger release (4bb1754)
- windows: path issue during postinstall on windows (5442eaf)
Features
- test: replace ts-jest with @swc/jest (fede575)
BREAKING CHANGES
- test: ts-jest replaced with @swc/jest