()
| 41 | * Helper to run the :w command |
| 42 | */ |
| 43 | const runWriteCommand = async () => { |
| 44 | await new ExCommandLine('w', modeHandler.vimState.currentMode).run(modeHandler.vimState); |
| 45 | }; |
| 46 | |
| 47 | suite('Basic functionality', () => { |
| 48 | test('write (:w) - basic functionality', async () => { |