Commit 9fa5f70
committed
refactor: simplify tests folder structure
- Flatten tests/integration/ipc/ to tests/ipc/
- Move tests/models/knownModels.test.ts to src/common/constants/ (colocate with implementation)
- Delete orphan tests/worker-test.test.ts
- Update CI to run tests/ipc + tests/runtime (fixes runtime tests not running)
- Update paths-filter backend filter for new structure
Tests philosophy: unit tests colocated in src/, integration tests in tests/1 parent f371a13 commit 9fa5f70
File tree
40 files changed
+5
-16
lines changed- .github/workflows
- docs
- src/common/constants
- tests
- ipc
40 files changed
+5
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
122 | 123 | | |
123 | 124 | | |
124 | 125 | | |
125 | | - | |
| 126 | + | |
126 | 127 | | |
127 | 128 | | |
128 | 129 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
0 commit comments