Skip to content

Commit 321c8bc

Browse files
Moser-ssclaude
andcommitted
CICDL-347: scope vitest to src/ — publish workflow checks out gha-setup which has its own tests
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 12e76f4 commit 321c8bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { defineConfig } from 'vitest/config';
33
export default defineConfig({
44
test: {
55
environment: 'node',
6+
include: ['src/**/*.test.ts'],
67
exclude: ['**/node_modules/**', '**/.claude/**'],
78
},
89
});

0 commit comments

Comments
 (0)