Snippets for AVA Originally from Sindre Sorhus, now with removed semicolons.
<img src="https://github.com/sindresorhus/atom-ava/raw/master/screenshot.gif" width=598">
$ apm install ava-standard
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 tnok
to get the t.notOk()
snippet.
MIT
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.