()
| 200 | |
| 201 | describe("#916 nested patches with moved child draft", () => { |
| 202 | const makeBaseState = () => ({ |
| 203 | id: 0, |
| 204 | type: "root", |
| 205 | children: [{id: 2, type: "node", value: "A"}] |
| 206 | }) |
| 207 | |
| 208 | const makeRootWithGroup = groupName => ({ |
| 209 | id: 0, |
no outgoing calls
no test coverage detected
searching dependent graphs…