Commit 223d120
committed
test: fix test warnings and flakiness
- Add createStackPlugin isolation to Dialog tests to prevent
"Ticket already exists" warnings from shared singleton
- Remove redundant onboard() call in useDiscovery test
- Fix empty app component warning in useFeatures tests
- Suppress expected console.warn calls in validation tests
(useHotkey, createNested, Avatar renderless, useBreakpoints)
- Increase testTimeout to 20s across all vitest configs to
prevent intermittent timeouts under parallel load1 parent b60af77 commit 223d120
File tree
10 files changed
+88
-49
lines changed- apps/docs
- src/composables/useDiscovery
- packages/0
- src
- components
- Avatar
- Dialog
- composables
- createNested
- useBreakpoints
- useFeatures
- useHotkey
10 files changed
+88
-49
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
678 | 678 | | |
679 | 679 | | |
680 | 680 | | |
681 | | - | |
682 | | - | |
683 | | - | |
684 | 681 | | |
685 | 682 | | |
686 | 683 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
362 | 366 | | |
363 | 367 | | |
364 | 368 | | |
| |||
375 | 379 | | |
376 | 380 | | |
377 | 381 | | |
| 382 | + | |
| 383 | + | |
378 | 384 | | |
379 | 385 | | |
380 | 386 | | |
| |||
0 commit comments