fix(scripts): make test script output verbose by using --verbose instead of --web

This commit is contained in:
2026-02-03 22:48:01 +00:00
parent e3eb0af434
commit e0c4cf2983
3 changed files with 7 additions and 2 deletions

View File

@@ -1,5 +1,10 @@
# Changelog
## 2026-02-03 - 3.1.2 - fix(scripts)
make test script output verbose by using --verbose instead of --web
- package.json: change npm "test" script from "(tstest test/ --web)" to "(tstest test/ --verbose)" to enable verbose test output
## 2026-02-03 - 3.1.1 - fix(tools)
no changes detected