fix(TsTest): Fixed improper type-check for promise-like testModule defaults

This commit is contained in:
2025-01-23 20:03:52 +01:00
parent 962fa2cd4d
commit 90741ed917
3 changed files with 9 additions and 4 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-01-23 - 1.0.96 - fix(TsTest)
Fixed improper type-check for promise-like testModule defaults
- Corrected the type-check for promise-like default exports in test modules
- Removed unnecessary setTimeout used for async execution
## 2025-01-23 - 1.0.95 - fix(core)
Fix delay handling in Chrome test execution