test: Enable testing with vitest

This commit is contained in:
Glen Whitney 2024-10-25 10:01:52 -07:00
parent 06909a6a5e
commit ef545b014d
7 changed files with 820 additions and 9 deletions

3
.gitignore vendored
View file

@ -27,3 +27,6 @@ node_modules/
# IDE
.idea
# Vitest
.vite