Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samverschueren/vscode-ava
Snippets for AVA
https://github.com/samverschueren/vscode-ava
Last synced: about 23 hours ago
JSON representation
Snippets for AVA
- Host: GitHub
- URL: https://github.com/samverschueren/vscode-ava
- Owner: SamVerschueren
- License: mit
- Created: 2016-02-15T15:02:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T07:29:45.000Z (about 6 years ago)
- Last Synced: 2024-10-12T01:09:17.569Z (28 days ago)
- Homepage: https://marketplace.visualstudio.com/items/samverschueren.ava
- Size: 149 KB
- Stars: 70
- Watchers: 5
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
- awesome-ava - vscode-ava - Snippets for Visual Studio Code. (Packages)
README
# AVA
> Snippets for [AVA](https://ava.li/)
![](https://github.com/samverschueren/vscode-ava/raw/master/media/screenshot.gif)
## Install
```
$ ext install ava
```Or, `F1` → `Install Extension` → Search for `ava`
## Snippets
Included are some [test](snippets/ava.json) and [assertion](snippets/assertions.json) snippets useful for writing AVA tests.
Start writing a snippet's `prefix` and then press Tab ↹ to expand the snippet.
## Related
- [Sublime plugin](https://github.com/sindresorhus/sublime-ava)
- [Atom plugin](https://github.com/sindresorhus/atom-ava)## License
MIT © [Sam Verschueren](https://github.com/SamVerschueren)