| 168 | }; |
| 169 | |
| 170 | interface State { |
| 171 | restarting: boolean; |
| 172 | currentTest: (typeof TESTS)[keyof typeof TESTS]; |
| 173 | } |
| 174 | |
| 175 | export default class App extends Component<unknown, State> { |
| 176 | state = { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…