fix(tstest): Handle globalThis.tapPromise in browser runtime evaluation

This commit is contained in:
2025-01-23 19:20:11 +01:00
parent 85fec03878
commit 5ddc2d2de0
3 changed files with 12 additions and 1 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-01-23 - 1.0.93 - fix(tstest)
Handle globalThis.tapPromise in browser runtime evaluation
- Added support for using globalThis.tapPromise in the browser evaluation logic.
- Added log messages to indicate the usage of globalThis.tapPromise.
## 2025-01-23 - 1.0.92 - fix(core)
Improve error logging for test modules without default promise