fix(tests): Update test imports and devDependencies to use @git.zone/tstest/tapbundle

This commit is contained in:
2025-05-16 15:01:56 +00:00
parent 75783b0e87
commit f2823c2645
16 changed files with 585 additions and 1212 deletions

View File

@ -1,5 +1,11 @@
# Changelog
## 2025-05-16 - 3.1.2 - fix(tests)
Update test imports and devDependencies to use @git.zone/tstest/tapbundle
- Changed import statements in test files from '@push.rocks/tapbundle' to '@git.zone/tstest/tapbundle'
- Updated devDependency '@git.zone/tstest' to version ^1.7.0 and removed dependency on '@push.rocks/tapbundle'
## 2025-05-15 - 3.1.1 - fix(source-interactive)
Fix import path in receiver tests and rename progress bar property for clarity; update SmartlogSourceOra getter for improved backward compatibility.