Files
nuchat/ui/vitest.config.ts
Fergus Molloy 8c12ca0024
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
add ui testing
2025-07-25 17:28:41 +01:00

9 lines
136 B
TypeScript

import { defineVitestConfig } from '@nuxt/test-utils/config'
export default defineVitestConfig({
test: {
environment: 'nuxt'
}
})