()
| 5 | |
| 6 | export default (editorSend: any) => ({ |
| 7 | startup(): void { |
| 8 | editorSend({ |
| 9 | type: 'EDITOR_STARTUP', |
| 10 | }) |
| 11 | }, |
| 12 | configureNewTutorial(context: T.MachineContext) { |
| 13 | editorSend({ |
| 14 | type: 'EDITOR_TUTORIAL_CONFIG', |
nothing calls this directly
no test coverage detected