fix(test): Fix test configuration and import path in test suite

This commit is contained in:
2025-01-01 07:18:58 +01:00
parent 65fcc8b8bf
commit f57e24bb27
4 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-01-01 - 1.0.40 - fix(test)
Fix test configuration and import path in test suite
- Changed the test command in package.json to include the build step.
- Fixed the import path for smartssr in the test suite to point to the correct distribution directory.
- Added console log to display rendered HTML content during test execution.
## 2025-01-01 - 1.0.39 - fix(core)
Fixed package and file path typos and removed GitLab CI configuration.