Skip to content

Commit 1622571

Browse files
chore: add changelog entry
1 parent 9b769b2 commit 1622571

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,13 @@ Thanks to: @dathbe.
2727
- [tests] refactor: add `setupDOMEnvironment` helper function to eliminate repetitive JSDOM setup code (#3860)
2828
- [tests] replace `console` with `Log` in calendar `debug.js` to avoid exception in eslint config (#3846)
2929
- [tests] speed up e2e tests, cleanup and stabilize weather e2e tests, update snapshot url (#3847, #3848, #3861)
30+
- [tests] refactor translation tests (#3866)
31+
- Remove `sinon` dependency in favor of Jest native mocking
32+
- Unify test helper functions across translation test suites
33+
- Rename `setupDOMEnvironment` to `createTranslationTestEnvironment` for consistency
34+
- Simplify DOM setup by removing unnecessary Promise/async patterns
35+
- Avoid potential port conflicts by using port 3001 for translator unit tests
36+
- Improve test reliability and maintainability
3037

3138
### Updated
3239

0 commit comments

Comments
 (0)