Commit 58206cf
committed
refactor(chat): move the scaling test helper out of the route tree
It is a dependency-free complexity-ratio helper shared by a route-tree test
and a components/chat test, so living under app/workspace made the canonical
tree import back into the route tree. Moves to components/chat, where both
consumers reach it in the allowed direction.1 parent 58c553a commit 58206cf
3 files changed
Lines changed: 2 additions & 2 deletions
File tree
- apps/sim
- app/workspace/[workspaceId]/home/components/message-content/components/special-tags
- components/chat
- chat-content
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
24 | | - | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments