peteyycz / mocha.vim

VIM plugin for mocha tests

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocha.vim

Makes interacting with your mocha test a more pleasurable experience.

Installation

With vim-plug

Plug 'peteyycz/mocha.vim'

API docs

Commands

  • ToggleOnly:

toggles exclusive the nearest describe or it block

  • ToggleSkip:

toggles skip on nearest describe or it block

  • FocusNextTest

jumps to the next describe or it block

  • FocusPreviousTest

jumps to the previous describe or it block

TODO / Ideas

  • create test text object

About

VIM plugin for mocha tests


Languages

Language:Vim Script 100.0%