add ui testing
All checks were successful
Backend Actions / check (push) Successful in 13s
Backend Actions / build (push) Successful in 28s
Backend Actions / test (push) Successful in 37s

This commit is contained in:
2025-07-25 17:28:41 +01:00
parent 70835f04fa
commit 8c12ca0024
7 changed files with 608 additions and 5 deletions

8
ui/vitest.config.ts Normal file
View File

@ -0,0 +1,8 @@
import { defineVitestConfig } from '@nuxt/test-utils/config'
export default defineVitestConfig({
test: {
environment: 'nuxt'
}
})