Snippets for AVA and run tests directly in the editor
$ apm install ava Or, Settings → Install → Search for ava
Included are some snippets useful for writing AVA tests.
Start writing a snippet's prefix and then press Tab ↹ to expand the snippet.
Snippets are fuzzy matched, so you can for example just write tde to get the t.deepEqual() snippet.
Open a test file, then choose the Ava: Run command in the Command Palette or press Ctrl Alt R, to run the tests.
We're working on the ability to run all tests in a project and more.
MIT © Sindre Sorhus

