fix(test/destination-devtools.browser): Simplify DevTools browser tests by removing redundant styled log assertions.

This commit is contained in:
2025-05-12 10:20:16 +00:00
parent 1ca8cf89de
commit f542596eae
3 changed files with 15 additions and 113 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-12 - 3.0.9 - fix(test/destination-devtools.browser)
Simplify DevTools browser tests by removing redundant styled log assertions.
- Removed detailed log styling tests to streamline the browser test suite.
- Retained a basic test to verify DevTools destination instance creation.
## 2025-05-11 - 3.0.8 - fix(ci)
Update CI workflows, build scripts, and export configuration