spooning

Package Version Install Size Build Status Coverage Status Dependencies

TAP-producing test runner that is minimal but not uncivilized

spooning aims to provide a radically simple way of defining unit tests in JavaScript.

  • easy — no test-specific syntax to learn
  • flexible — define tests with Promises, callbacks, or synchronously
  • fast — optionally run tests in parallel
  • lean — only production dependency is neo-async
  • compatible — supports node 6+, plays nicely with Travis CI and nyc
  • open sourceMIT licensed and available on GitHub