mirror of
https://github.com/kikootwo/ReadMeABook.git
synced 2026-06-03 04:40:09 +00:00
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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user