()
| 22 | |
| 23 | it(`It should allow use of a stateless component`, () => { |
| 24 | const StatelessComponent = () => <div>bar</div>; |
| 25 | const InjectableBob = Injectable(StatelessComponent); |
| 26 | assertIsValidInjectable(InjectableBob); |
| 27 | }); |
| 28 |
nothing calls this directly
no test coverage detected