()
| 133 | |
| 134 | _.each(badComponents, (badComponent) => { |
| 135 | const badUsage = () => createShorthandFactory(badComponent, () => ({})) |
| 136 | |
| 137 | expect(badUsage).to.throw() |
| 138 | }) |
nothing calls this directly
no test coverage detected
searching dependent graphs…