buster/packages/test-utils
Devin AI 0176de6faf Fix unit tests across packages - move tests alongside source files and ensure proper mocking
- Fixed unit test failures in database, rerank, data-source, stored-values, and test-utils packages
- Moved unit tests from tests/ folders to be alongside source files (e.g., slack.ts -> slack.test.ts)
- Ensured all unit tests use mocks instead of real dependencies
- Added DATABASE_URL environment variable to test:unit scripts where needed
- Fixed mock implementations and test assertions
- All 52 unit tests now pass successfully

Co-Authored-By: Dallin Bentley <dallinbentley98@gmail.com>
2025-07-17 16:22:02 +00:00
..
scripts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
src Fix unit tests across packages - move tests alongside source files and ensure proper mocking 2025-07-17 16:22:02 +00:00
tests/database-tests/organizations Move unit tests to be alongside source files 2025-07-17 16:13:40 +00:00
.env.example Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
.gitignore Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
biome.json Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
env.d.ts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00
package.json Fix unit tests across packages - move tests alongside source files and ensure proper mocking 2025-07-17 16:22:02 +00:00
tsconfig.json Update inlcude 2025-07-12 23:46:09 -06:00
vitest.config.ts Mastra braintrust (#391) 2025-07-02 14:33:40 -07:00