mini

1.1.0 • Public • Published

Build Status

mini

Minimalistic test runner for Node.js

Usage

// test/my-test.js
 
test('Sync test', function() {
  // do sync stuff
});
 
test('Async test', function(done) {
  // do async stuff
  done();
});

Then:

$ mini

Installation

npm install mini

License

MIT

/mini/

    Package Sidebar

    Install

    npm i mini

    Weekly Downloads

    25

    Version

    1.1.0

    License

    MIT

    Last publish

    Collaborators

    • vesln