# 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)