ai16z / eliza

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

Token Provider Tests #185

Open sirkitree opened 2 weeks ago

sirkitree commented 2 weeks ago

Task is to look at the following test and verify that they are necessary and working:

normand1 commented 1 week ago

I'm taking a look at getting these to run

odilitime commented 1 week ago

In jest or vitest? Because it sounds like we’re switching to vitest now

normand1 commented 1 week ago

@odilitime I was going to fix the existing tests that aren't running first, but can look at rewriting in Vitest too if that's the plan. I'm hoping that was a mistake in the other issue because it doesn't actually make sense to me to switch if there's a bunch of tests already written in jest (which is also much more standard for nodejs projects like this)

Edit: Vitest is actually backwards compatible with jest and handles ts and modules much better. I'm sold on vitest.