atom-ava-test

Automatically open and run tests for current file in atom with ava

Usage no npm install needed!

<script type="module">
  import atomAvaTest from 'https://cdn.skypack.dev/atom-ava-test';
</script>

README

atom-ava-test

Making unit testing easier by automatically opening test files for the current source file and running the tests on save.

npm install -g ava faucet
apm install atom-ava-test

TODO

  • automatically install dependencies
  • built-in babel support (for tests and source)