Test cases and minor function fixes

This commit is contained in:
2024-12-10 22:55:30 +02:00
parent aba68a3c0a
commit a136af8e02
38 changed files with 3250 additions and 824 deletions

7
vitest.config.ts Normal file
View File

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