Commit b3b2830
committed
chore: update dependencies and devDependencies in package.json
- Bump react and react-dom to version 19.2.4
- Update @testing-library/jest-dom to version 6.9.1
- Update @testing-library/react to version 16.3.2
- Upgrade @types/node to version 25.1.0
- Upgrade @types/react to version 19.2.10
- Upgrade @types/react-dom to version 19.2.3
- Upgrade @vitest/ui to version 4.0.18
- Upgrade core-js to version 3.48.0
- Upgrade vite-tsconfig-paths to version 6.0.5
- Upgrade vitest to version 4.0.18
refactor: implement MockEventSource class for testing
- Replace vi.fn() mock implementation with a MockEventSource class
- Simplify the mock structure for EventSource in tests1 parent 53b55c1 commit b3b2830
File tree
5 files changed
+422
-462
lines changed- .github/workflows
- client
- src
5 files changed
+422
-462
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments