Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/avajs/sublime-ava

Snippets for AVA
https://github.com/avajs/sublime-ava

ava snippets sublime-completions sublime-package sublime-snippets sublime-text

Last synced: 3 months ago
JSON representation

Snippets for AVA

Awesome Lists containing this project

README

        

# sublime-ava

> Snippets for [AVA](https://ava.li)

## Install

Install `AVA` with [Package Control](https://packagecontrol.io) and restart Sublime.

## Snippets

Included are some [snippets](snippets) & [completions](assertions.sublime-completions) useful for writing AVA tests.

Start writing a snippet's `tabTrigger` 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.

## Related

- [Atom plugin](https://github.com/avajs/atom-ava)
- [VS Code plugin](https://github.com/samverschueren/vscode-ava)

## License

MIT © [Sindre Sorhus](https://sindresorhus.com)