Skip to content

test: clean test warnings and fixtures#23

Merged
audemed44 merged 1 commit into
mainfrom
codex/clean-test-warnings
Mar 28, 2026
Merged

test: clean test warnings and fixtures#23
audemed44 merged 1 commit into
mainfrom
codex/clean-test-warnings

Conversation

@audemed44

Copy link
Copy Markdown
Owner

Summary

  • remove the backend FastAPI 422 deprecation warning by switching to the non-deprecated status constant
  • add a shared frontend test router helper and update async test helpers so mount-time fetches settle before assertions
  • fix stale frontend test fixtures and remaining hook dependency warnings in EditBookModal
  • keep the frontend production build green by updating the ChapterList volume fixture to match the current type shape

Validation

  • npx tsc --noEmit
  • npx eslint src --ext js,jsx,ts,tsx --fix
  • npm test (frontend)
  • npm run test:backend
  • npm run build (frontend)

@audemed44 audemed44 merged commit 422447c into main Mar 28, 2026
2 checks passed
@audemed44 audemed44 deleted the codex/clean-test-warnings branch March 28, 2026 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant