Commit f298063
chore(.dependency-cruiser.cjs): expand test file exclusion patterns to include __tests__ and -test.ts
fix(depcruise): __tests__ディレクトリとtest/spec拡張子をnot-to-dev-depの除外対象に追加
テストファイルからvitestをimportするとnot-to-dev-depルールに引っかかるため、
pathNotパターンに__tests__ディレクトリおよび.test.ts/-test.tsを追加した。
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent cdbd6d5 commit f298063
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments