adds tests
Some checks failed
Build / test (push) Successful in 11m12s
Build / build (push) Failing after 2m33s

This commit is contained in:
2026-03-27 23:51:03 -04:00
parent 2f75b8980d
commit 505315c8bd
8 changed files with 2651 additions and 0 deletions

7
vitest.config.js Normal file
View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vitest/config'
export default defineConfig({
test: {
environment: 'jsdom',
},
})