ai16z / eliza

Conversational Agent for Twitter and Discord
https://ai16z.github.io/eliza/
MIT License
2.36k stars 665 forks source link

feat: Adding tests for actions and generation. Skiping test step in defaultCharacters #591

Closed ai16z-demirix closed 3 days ago

ai16z-demirix commented 4 days ago

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 change is this?

Feature: Adding tests

Documentation changes needed?

None

Testing

Where should a reviewer start?

Navigate to packages/core

Detailed testing steps

Navigate to packages/core run pnpm install run pnpm test

snobbee commented 3 days ago

@ai16z-demirix please fix the failing CI checks, thanks

ai16z-demirix commented 3 days ago

@snobbee Thanks for pointing out, fixed.