npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

mini

1.1.0

@vesln

npmHomeRepoSnykSocket
Downloads:1327
$ npm install mini
DailyWeeklyMonthlyYearly

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