sourcebot-dev / sourcebot

Blazingly fast code search 🏎️ Deployed as a single Docker image 📦 Search million+ lines of code in your GitHub, GitLab, and Gitea repositories 🪄 MIT licensed ✅
https://sourcebot.dev
MIT License
1.17k stars 37 forks source link

Add unit testing library to @sourcebot/backend #65

Closed brendan-kellam closed 2 weeks ago

brendan-kellam commented 2 weeks ago

This PR adds vitest to the @sourcebot/backend package, as well as a few unit tests of existing functionality. Additionally, it also adds a PR gate to ensure tests are passing prior to merge.