Skip to content

Commit f42db95

Browse files
docs(changelog): move swc/jest-circus entries to Unreleased
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent f715420 commit f42db95

1 file changed

Lines changed: 9 additions & 6 deletions

File tree

packages/pluggable-widgets-tools/CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changed
10+
11+
- We replaced `ts-jest` with `@swc/jest` as the Jest transform (3–5× faster for TSX-heavy test suites) and switched the test runner from `jest-jasmine2` to `jest-circus`.
12+
13+
### Breaking Changes
14+
15+
- The `jest-jasmine2` runner has been removed. Tests using Jasmine-specific globals (`jasmine.createSpy()`, `jasmine.objectContaining()`, etc.) will throw `ReferenceError: jasmine is not defined`. Replace with Jest equivalents: `jest.fn()`, `expect.objectContaining()`.
16+
- Consumers who extended the base config with `globals['ts-jest']` options must migrate those settings to the `@swc/jest` transform config.
17+
918
## [11.11.0] - 2026-06-04
1019

1120
### Added
@@ -19,12 +28,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1928
### Changed
2029

2130
- We changed the order of imports in generated widget prop types to match that of the eslint sort-imports rule.
22-
- We replaced `ts-jest` with `@swc/jest` as the Jest transform (3–5× faster for TSX-heavy test suites) and switched the test runner from `jest-jasmine2` to `jest-circus`.
23-
24-
### Breaking Changes
25-
26-
- The `jest-jasmine2` runner has been removed. Tests using Jasmine-specific globals (`jasmine.createSpy()`, `jasmine.objectContaining()`, etc.) will throw `ReferenceError: jasmine is not defined`. Replace with Jest equivalents: `jest.fn()`, `expect.objectContaining()`.
27-
- Consumers who extended the base config with `globals['ts-jest']` options must migrate those settings to the `@swc/jest` transform config.
2831

2932
- We silenced the Sass legacy JS API deprecation warning that appeared during widget bundling.
3033

0 commit comments

Comments
 (0)