Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/avajs/sublime-ava
- Owner: avajs
- License: mit
- Archived: true
- Created: 2016-02-15T08:06:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T05:48:32.000Z (about 6 years ago)
- Last Synced: 2024-03-22T23:11:35.888Z (8 months ago)
- Topics: ava, snippets, sublime-completions, sublime-package, sublime-snippets, sublime-text
- Homepage: https://packagecontrol.io/packages/AVA
- Size: 249 KB
- Stars: 40
- Watchers: 10
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-ava - sublime-ava - Snippets for Sublime. (Packages)
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)