@vineshdev/tinytest

2.0.0 • Public • Published

@vineshdev/tinytest

npm (scoped)

tiniest npm test module

Install

$ npm install @vineshdev/tinytest

Usage

const tiny = require("@vineshdev/tinytest");

tiny("Have Lot Of Space");
//=> "HaveLotOfSpace"

tiny(1337);
//=> Uncaught TypeError: Tiny wants a string!
//    at tiny (<anonymous>:2:41)
//    at <anonymous>:1:1

Package Sidebar

Install

npm i @vineshdev/tinytest

Weekly Downloads

8

Version

2.0.0

License

MIT

Unpacked Size

2.11 kB

Total Files

4

Last publish

Collaborators

  • vineshdev