| 206 | }) |
| 207 | |
| 208 | const makeRootWithGroup = groupName => ({ |
| 209 | id: 0, |
| 210 | type: "root", |
| 211 | children: [ |
| 212 | { |
| 213 | id: 3, |
| 214 | children: [{id: 2, type: "node", value: "A"}], |
| 215 | groupName |
| 216 | } |
| 217 | ] |
| 218 | }) |
| 219 | |
| 220 | function runNestedPatchScenario() { |
| 221 | let nestedPatches = [] |
no outgoing calls
no test coverage detected
searching dependent graphs…