@kshunz/mutest

1.1.1 • Public • Published

µtest

Micro-test Utility (mutest). This little helpful tool has been used for years to quickly test

Getting Started

const test = require('@kshunz/mutest')

Inline testing

test(true, 1===1);

test(false, 1===1);

Will write to std out (console log)

Pass: true === true

Fail: false expected but got true

Readme

Keywords

Package Sidebar

Install

npm i @kshunz/mutest

Weekly Downloads

2

Version

1.1.1

License

MIT

Unpacked Size

2.64 kB

Total Files

6

Last publish

Collaborators

  • dwayneford