| 108 | createFindPropFn(DEFAULT_PROPS_FIELD)(node); |
| 109 | |
| 110 | const filterGetInitialStateField = node => |
| 111 | createFindPropFn(GET_INITIAL_STATE_FIELD)(node); |
| 112 | |
| 113 | const findGetInitialState = specPath => |
| 114 | specPath.properties.find(createFindPropFn(GET_INITIAL_STATE_FIELD)); |
no test coverage detected