Commit 9bdb0da
fix: ensure proper DOM cleanup between tests in CI environment
Add explicit React Testing Library cleanup in test setup to prevent
DOM contamination between tests when running in CI mode with single
thread isolation. This resolves test failures in CI where multiple
VocabularyTable components would interfere with each other due to
shared element IDs and insufficient cleanup.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>1 parent 9eb1b04 commit 9bdb0da
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
0 commit comments