eliza
eliza copied to clipboard
test: adding tests. changed files actions.test.ts, messages.test.ts, models.test.ts
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 this PR do?
This PR adds more tests to already existing test suites.
What kind of change is this?
Documentation changes needed?
Testing
Where should a reviewer start?
packages/core/src/tests/
Detailed testing steps
navigate to packages/core and run pnpm install and pnpm test
Please update the PR to be against develop and not main
Changed base to develop @monilpat