(condition: boolean)
| 24 | } |
| 25 | |
| 26 | const testIf = (condition: boolean) => (condition ? test : test.skip) |
| 27 | |
| 28 | function getAppMock(withUnmountHook = false): TestApp { |
| 29 | const mock = { |
no outgoing calls
no test coverage detected
searching dependent graphs…