Spaces:
Build error
Build error
Claude
test(frontend): Sprint 5 — Vitest setup, 14 component/API tests, Viewer memo
cf9842a unverified | import { defineConfig } from 'vitest/config' | |
| export default defineConfig({ | |
| test: { | |
| environment: 'jsdom', | |
| setupFiles: './src/test-setup.ts', | |
| globals: true, | |
| }, | |
| }) | |