fix(test): Fix incorrect argument passed to renderDefault in test case

This commit is contained in:
2025-01-14 17:57:41 +01:00
parent 62a9b0e475
commit 24cc43e3f2
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2025-01-14 - 1.0.11 - fix(test)
Fix incorrect argument passed to renderDefault in test case
- Corrected the argument list for renderDefault call in test/test.ts
## 2025-01-14 - 1.0.10 - fix(test)
Add logging for rendered text outputs in test cases