fix(tests): Standardize test syntax and update testing dependencies

This commit is contained in:
2025-05-12 13:42:49 +00:00
parent 283703ec78
commit 45951d2610
8 changed files with 144 additions and 43 deletions

View File

@@ -1,5 +1,12 @@
# Changelog
## 2025-05-12 - 1.1.8 - fix(tests)
Standardize test syntax and update testing dependencies
- Added @git.zone/tsrun dependency to package.json for improved test runner support
- Refactored test export in test/test.articlesearch.ts to use default export instead of tap.start()
- Updated readme.plan.md to describe testing improvements and syntax standardization
## 2025-05-12 - 1.1.7 - fix(build)
Fix import paths, update CI workflows and upgrade dependencies for ESM compliance