Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SamVerschueren/4b8bc4c11665ebc83d7b5591a8399fa5 to your computer and use it in GitHub Desktop.
Save SamVerschueren/4b8bc4c11665ebc83d7b5591a8399fa5 to your computer and use it in GitHub Desktop.

AVA is a JavaScript test runner that runs your tests concurrently and your files in parallel, giving you maximum speed (especially when dealing with IO!). Other features include built-in Babel (including async/await functions), test macros, watcher, TAP output, great assertion messages through power-assert. By the time of Reactive Conf we'll have even more great features.

My lightning talk would be an introduction to AVA and how it can benefit your React and Node testing with its speed, developer experience, and isolated processes. There'll be a lot of code and theory to explain why and how concurrency helps and how atomic tests make your life easier. It's a great project!

https://reactiveconf.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment