| 460 | // --------------------------------------------------------------------------- |
| 461 | // Boom! |
| 462 | const createMethodDefinition = fn => |
| 463 | withComments(j.methodDefinition( |
| 464 | 'method', |
| 465 | fn.key, |
| 466 | fn.value |
| 467 | ), fn); |
| 468 | |
| 469 | const updatePropsAndContextAccess = getInitialState => { |
| 470 | const collection = j(getInitialState); |
no test coverage detected