()
| 27 | } |
| 28 | |
| 29 | const getRoot = () => ( |
| 30 | <SpringContextProvider {...context}> |
| 31 | <Test /> |
| 32 | </SpringContextProvider> |
| 33 | ) |
| 34 | |
| 35 | const expectUpdates = (updates: any[]) => { |
| 36 | onProps.mock.calls.forEach((args, i) => { |
no outgoing calls
no test coverage detected
searching dependent graphs…