Features

  • Snippets
  • Run tests directly in the editor

Dependencies

The atom-ava will call ava command directly1, so that means you have to install ava globally.

npm i ava -g

Snippets

For example, inputing import-ava with a Tab ↹ key will generate code

import test from 'ava';

Snippets

Check the snippets defined at here

References