kelp-test

0.0.2 • Public • Published

kelp-test

super tiny testing framework

kelp-test Build Status

Installation

$ npm install kelp-test

Example

const assert = require('assert');
const test = require('kelp-test');

(async () => {

  await test('Hello world', async () => {
    assert.ok(1);
  });

})();

Contributing

  • Fork this Repo first
  • Clone your Repo
  • Install dependencies by $ npm install
  • Checkout a feature branch
  • Feel free to add your features
  • Make sure your features are fully tested
  • Publish your local branch, Open a pull request
  • Enjoy hacking <3

MIT

This work is licensed under the MIT license.


Readme

Keywords

Package Sidebar

Install

npm i kelp-test

Weekly Downloads

4

Version

0.0.2

License

MIT

Unpacked Size

4.33 kB

Total Files

9

Last publish

Collaborators

  • song940