gabriel / musehub public
vitest.config.ts typescript
13 lines 296 B
Raw
sha256:2edd1943a6367c0da5d64db5b9dd3ac2cc61eebb3a7eda94894f7d4767d146f3 docs(#139): annotate unused DAG/commit-graph CSS instead of… Sonnet 5 minor ⚠ breaking 57 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:2edd1943a6367c0da5d64db5b9dd3ac2cc61eebb3a7eda94894f7d4767d146f3 docs(#139): annotate unused DAG/commit-graph CSS instead of… Sonnet 5 minor 57 days ago