gabriel / musehub public
vitest.config.ts typescript
13 lines 296 B
Raw
sha256:bba4b69de173366aeb7d490d687ccffb6db9726374033addece89cf2b87642d8 docs: add production launch discovery report and infra laun… Sonnet 5 7 days ago
1 import { defineConfig } from 'vitest/config';
2
3 export default defineConfig({
4 test: {
5 environment: 'node',
6 include: ['src/ts/**/*.test.ts'],
7 coverage: {
8 provider: 'v8',
9 include: ['src/ts/**/*.ts'],
10 exclude: ['src/ts/**/*.test.ts', 'src/ts/app.ts'],
11 },
12 },
13 });
File History 2 commits
sha256:bba4b69de173366aeb7d490d687ccffb6db9726374033addece89cf2b87642d8 docs: add production launch discovery report and infra laun… Sonnet 5 7 days ago
sha256:eb0928124669c933c0ef852bea1ad0c56649cf21bd7e9663c3b51004771b0591 docs: add MuseHub cloud identity/AWS operating model and Go… Sonnet 5 patch 8 days ago