Files
5chan/react-doctor.config.json
T
plebeius 1fbf715aa9 test: cover board, catalog, and publish flows
Board browsing, catalog filtering, post publishing, and reply publishing had little or no honest whole-repo coverage, which let route-level regressions and duplicated form side effects slip through. This pass adds targeted tests for those user flows and fixes the duplicate `PostFormTable` mounting bug they exposed.
2026-03-08 14:29:47 +08:00

7 lines
87 B
JSON

{
"diff": false,
"ignore": {
"files": ["**/__tests__/**", "**/*.test.*"]
}
}