Commit 6c97ffd
fix(repo): Mock base @formkit/auto-animate module in vitest setup
The base auto-animate module has side effects (setInterval/setTimeout
that call requestAnimationFrame) which fire after jsdom environment
teardown, causing 2 uncaught ReferenceError exceptions in @clerk/ui tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 56d07ec commit 6c97ffd
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
| 275 | + | |
| 276 | + | |
| 277 | + | |
272 | 278 | | |
273 | 279 | | |
274 | 280 | | |
| |||
0 commit comments