Update bun.lock and remove DependencyManager tests

- Added new dependency "@techniker-me/tools" and updated existing dependencies to specific versions in bun.lock
- Removed the DependencyManager test file as part of codebase cleanup
This commit is contained in:
2025-10-30 03:16:04 -04:00
parent d332e08665
commit f6d0afb98a
7 changed files with 132 additions and 365 deletions

3
__test__/mocks/index.ts Normal file
View File

@@ -0,0 +1,3 @@
export * from './MockDatabase';
export * from './MockLogger';
export * from './MockUserServices';