Demirix
Demirix
# Relates to: https://github.com/ai16z/eliza/issues/64 https://github.com/ai16z/eliza/issues/340 # Risks: low - Only tests are affected # Background: Unit tests as a starter ## What does this PR do? Includes tests for core...
**Describe the bug** Current token.test.ts and videoGeneration.test.ts are throwing errors: FAIL src/tests/videoGeneration.test.ts [ src/tests/videoGeneration.test.ts ] Error: [vitest] No "default" export is defined on the "fs" mock. Did you forget to...
# Relates to: https://github.com/ai16z/eliza/issues/519 # Risks low - fixing tests # Background ## What does this PR do? Fixing goals, cache and token tests ## What kind of change is...
**Describe the bug** Tests are failing: token.test.ts is failing because it is empty (whole file is commented out). Instead of commenting out, test should be skipped. goals and cache tests...
# Relates to: https://github.com/ai16z/eliza/issues/188 # Risks Low - adding tests # Background ## What does this PR do? This PR adds tests for actions and generation.ts ## What kind of...
# Relates to: Not tied to particular issue. Contributing with more tests, environment.ts and knowledge.ts # Risks Low, adding tests. # Background ## What does this PR do? This pr...
# Relates to: No particular issue, adding more coverage and more tests for actions.test.ts, messages.test.ts, models.test.ts to cover more functionalities. # Risks Low, adding tests. # Background ## What does...
# Relates to: https://github.com/ai16z/eliza/issues/187 # Risks Low: adding tests for runtime.ts # Background ## What does this PR do? This PR adds tests for runtime.ts ## What kind of change...
# Relates to: https://github.com/elizaOS/eliza/issues/1735 # Risks Medium: Error handling in Coinbase integration can be affected. # Background ## What does this PR do? This PR improves handling for APi errors...
# Relates to https://github.com/elizaOS/eliza/issues/2164 # Risks Medium # Background ## What does this PR do? The key changes: Added explicit return type Promise to the fetch function Added explicit type...