Files
weirsoe-party-protocol/frontend/vitest.config.ts
DEV-bot 37b86d7065
All checks were successful
CI / test-and-quality (push) Successful in 1m54s
CI / test-and-quality (pull_request) Successful in 1m54s
test(spa): add integration coverage for API client error mapping
2026-03-01 11:02:00 +00:00

9 lines
168 B
TypeScript

import { defineConfig } from 'vitest/config';
export default defineConfig({
test: {
include: ['tests/**/*.test.ts'],
exclude: ['**/node_modules/**']
}
});