Skip to content

Commit 2e42b1a

Browse files
fix(test): exclude .cache from Vitest discovery
Prevents vendored skill cache tests under .cache/praxstack-* from polluting npm test when skills-and-personas integration runs locally. Co-authored-by: Prax Lannister <praxstack@users.noreply.github.com>
1 parent de3ce28 commit 2e42b1a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

vitest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export default defineConfig({
1010
'**/.claude/skills/**',
1111
'**/.agents/skills/**',
1212
'**/.cursor/skills/**',
13+
'**/.cache/**',
1314
],
1415
coverage: {
1516
provider: 'v8',

0 commit comments

Comments
 (0)