fix(tests): Improve decorator tests and add LitElement component tests for better validation

This commit is contained in:
Juergen Kunz
2025-06-26 19:58:45 +00:00
parent bbe96ea1f5
commit 40d6b8c40d
4 changed files with 85 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-06-26 - 2.4.1 - fix(tests)
Improve decorator tests and add LitElement component tests for better validation
- Refactored test-decorators.ts to robustly verify that the sealed decorator prevents prototype modifications
- Added test-lit.ts to ensure LitElement component renders correctly and increments counter on click
## 2025-06-19 - 2.4.0 - feat(bundler)
Introduce rspack bundler support and update multi-bundler workflow