chore(config-audit): allow fake node_modules in tests/fixtures (v5 M1) [skip-docs]
The mcp-tool-heavy fixture relies on node_modules/mcp-heavy/package.json being committed so the v5 M1 tool-count detection test runs deterministically. Add an unignore rule for tests/fixtures/**/node_modules/.
This commit is contained in:
parent
1422daf895
commit
7181862644
2 changed files with 89 additions and 0 deletions
3
plugins/config-audit/.gitignore
vendored
3
plugins/config-audit/.gitignore
vendored
|
|
@ -11,6 +11,9 @@ credentials.*
|
|||
|
||||
# Dependencies
|
||||
node_modules/
|
||||
# Test fixtures intentionally include fake node_modules for tool-count detection
|
||||
!tests/fixtures/**/node_modules/
|
||||
!tests/fixtures/**/node_modules/**
|
||||
|
||||
# Development prompts
|
||||
S*-PROMPT.md
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue