Commit c8dd773
fix: resolve TypeScript build error and test failures
- Fix TypeScript error in apps/console/src/mocks/server.ts by using correct QueryInput structure (where instead of filters)
- Fix test failure in plugin-timeline by removing duplicate @testing-library/jest-dom import
- Add proper vitest configuration to plugin-timeline for test environment setup
Co-authored-by: hotlong <50353452+hotlong@users.noreply.github.com>1 parent 4950a54 commit c8dd773
File tree
3 files changed
+5
-2
lines changed- apps/console/src/mocks
- packages/plugin-timeline
- src
3 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | | - | |
| 167 | + | |
| 168 | + | |
168 | 169 | | |
169 | 170 | | |
170 | 171 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
49 | 52 | | |
50 | 53 | | |
51 | 54 | | |
0 commit comments