Files
vim-vue/test/readme.md
Adriaan Zonnenberg 82067c7d14 Add initial tests
2017-03-22 23:34:53 +01:00

538 B

Vader Tests

Requires Vim 8 or Neovim, due to the way dependencies are installed.

To run the tests, you need to install the dependencies first. Use the installation script:

test/install.sh

Running the tests from the command line

You can run the tests with the following command:

vim -u test/vimrc -c 'Vader! test/*.vader'

Running the tests from within Vim

Open vim with:

vim -u test/vimrc

Then, you can run the tests with the following command:

:Vader test/*.vader