All Projects → avajs → Atom Ava

avajs / Atom Ava

Licence: mit
Snippets for AVA and run tests directly in the editor

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Atom Ava

language-mjml
Atom Editor package providing syntax support for MJML
Stars: ✭ 48 (-50%)
Mutual labels:  atom, snippets, atom-editor
Public
Repository for wallaby.js questions and issues
Stars: ✭ 662 (+589.58%)
Mutual labels:  atom-editor, ava
Atom Transparency
How to make your Atom editor transparent
Stars: ✭ 477 (+396.88%)
Mutual labels:  atom, atom-editor
Vuejs Snippets
Collection of Vuejs 2.0+ snippets
Stars: ✭ 17 (-82.29%)
Mutual labels:  atom, snippets
Awesome Atom Packages
📦 Some Useful Atom Packages for Web Developers !
Stars: ✭ 286 (+197.92%)
Mutual labels:  atom, atom-editor
Dotfiles
Setup and install scripts for a new machine + dotfiles for various apps. Linux, Mac, and Mac (Amazon specific) branches are included.
Stars: ✭ 382 (+297.92%)
Mutual labels:  atom, snippets
Mighty React Snippets
Crafty React & Redux snippets for Atom Editor
Stars: ✭ 16 (-83.33%)
Mutual labels:  atom, atom-editor
prot16
Colour schemes mainly for highlighting code syntax. Each theme uses a 16-colour palette. It comes in light and dark variants.
Stars: ✭ 18 (-81.25%)
Mutual labels:  atom, atom-editor
Language Dot
Dot (Graphviz) package for Atom
Stars: ✭ 11 (-88.54%)
Mutual labels:  atom, snippets
Github
Git and GitHub integration for Atom
Stars: ✭ 880 (+816.67%)
Mutual labels:  atom, atom-editor
Alfred Atom
Alfred workflow to browse and open Atom projects
Stars: ✭ 41 (-57.29%)
Mutual labels:  atom, atom-editor
React Native Snippets
✏️ A collection of React Native snippets for Sublime Text and Atom
Stars: ✭ 257 (+167.71%)
Mutual labels:  atom, snippets
30-seconds-of-code-texteditorsnippets
Files to import the 30-seconds-of-code snippets into VSCode, Atom and Sublime.
Stars: ✭ 35 (-63.54%)
Mutual labels:  atom, snippets
Apex Ui
Apex monochrome Atom theme UI.
Stars: ✭ 407 (+323.96%)
Mutual labels:  atom, atom-editor
pymolsnips
Pymolsnips is a library of PyMOL scripting language code fragments for several popular text editors.
Stars: ✭ 19 (-80.21%)
Mutual labels:  atom, snippets
Prettier Atom
An atom package for the prettier formatter.
Stars: ✭ 750 (+681.25%)
Mutual labels:  atom, atom-editor
Atom Pull Requests
View/Edit comments on a Pull Request directly inside the Atom Editor
Stars: ✭ 47 (-51.04%)
Mutual labels:  atom, atom-editor
atom-toolbar-almighty
Atom editor's missing toolbar
Stars: ✭ 21 (-78.12%)
Mutual labels:  atom, atom-editor
atom-ide-crystal
Crystal IDE package for Atom using the Scry Language Server
Stars: ✭ 24 (-75%)
Mutual labels:  atom, atom-editor
Atom Modular Snippets
:atom: A modular solution to snippets in @Atom.
Stars: ✭ 8 (-91.67%)
Mutual labels:  atom, snippets

AVA Build Status

Snippets for AVA and run tests directly in the editor

Install

$ apm install ava

Or, Settings → Install → Search for ava

Snippets

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 tde to get the t.deepEqual() snippet.

Run tests directly in the editor

In a project, choose the Ava: Run command in the Command Palette or press Ctrl Alt A to run the tests. Choose Ava: Run File or press Ctrl Alt Shift A to only run the current test file. Press Esc to close the AVA panel.

Related

License

MIT © Sindre Sorhus

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].