i-am-bee / bee-community-tools

Additional tools for the Bee Agent Framework
https://i-am-bee.github.io/bee-agent-framework/#/tools
Apache License 2.0
10 stars 2 forks source link

test: improve vitest logging #8

Closed Tomas2D closed 2 months ago

Tomas2D commented 2 months ago

Which issue(s) does this pull-request address?

Ref: #7

Description

This PR alters Vitest logging in a way such that when there is FrameworkError, we print the whole error so one can see what really happened. Prior to this PR, one could only see the error message.

Checklist