Enforce build+tests; add indexer option in test

Update CLAUDE.md to require both `docker compose build readmeabook` and a full `npm run test` (0 failures) before reporting work as ready to be tested. Also modify tests/components/admin-settings-indexers.test.tsx to include `indexerOptions.skipUnreleased: true` in the test fixture so the test reflects the skipUnreleased option.
This commit is contained in:
kikootwo
2026-05-16 10:46:06 -04:00
parent 1065577a04
commit 8bcfadc877
2 changed files with 8 additions and 1 deletions
@@ -96,6 +96,9 @@ describe('IndexersTab - Auto-load Indexers on Tab Activation', () => {
url: 'http://prowlarr.local:9696',
apiKey: 'test-api-key',
},
indexerOptions: {
skipUnreleased: true,
},
downloadClient: {
type: 'qbittorrent',
url: 'http://localhost:8080',