| 111 | createFindPropFn(GET_INITIAL_STATE_FIELD)(node); |
| 112 | |
| 113 | const findGetInitialState = specPath => |
| 114 | specPath.properties.find(createFindPropFn(GET_INITIAL_STATE_FIELD)); |
| 115 | |
| 116 | const withComments = (to, from) => { |
| 117 | to.comments = from.comments; |
no test coverage detected