dexaai / dexter

LLM tools used in production at Dexa
https://dexter.dexa.ai
MIT License
69 stars 4 forks source link

Fix Vite unit tests #3

Closed rileytomasek closed 10 months ago

rileytomasek commented 10 months ago

This fixes the Vite unit tests that were broken when I migrated from a monorepo to a single pacakge repo. It also adds a .env.example and uses it for tests to ensure nothing complains about missing env vars (all services that use them are mocked but the clients may load and check).

transitive-bullshit commented 10 months ago

I like that we made several of the same changes :)

I'll incorporate the minor missing details from this PR into https://github.com/dexaai/llm-tools/pull/2