gabriel / musehub public
vitest.config.ts typescript
13 lines 296 B
Raw
sha256:7d6dd8f4a89e2d1fef2d84f6e65feaff51385d382f466766b7f690a22ec18e32 fix: fall back to DB ancestry check when mpack-only fast-fo… Sonnet 4.6 patch 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 1 commit
sha256:7d6dd8f4a89e2d1fef2d84f6e65feaff51385d382f466766b7f690a22ec18e32 fix: fall back to DB ancestry check when mpack-only fast-fo… Sonnet 4.6 patch 7 days ago