(context: T.MachineContext)
| 105 | }) |
| 106 | }, |
| 107 | runTest(context: T.MachineContext) { |
| 108 | editorSend({ |
| 109 | type: 'EDITOR_RUN_TEST', |
| 110 | payload: { position: context.position }, |
| 111 | }) |
| 112 | }, |
| 113 | runReset(): void { |
| 114 | editorSend({ |
| 115 | type: 'EDITOR_RUN_RESET_LATEST', |
nothing calls this directly
no test coverage detected