1. testman
Expiremental testing helper.
testman
Package: testman
Created by: lauriro
Last modified: Mon, 27 Jun 2022 05:31:13 GMT
Version: 0.5.1
License: MIT
Downloads: 119
Repository: https://github.com/lauriro/testman

Install

npm install testman
yarn add testman
@version    0.5.1
@date       2016-07-26
@stability  2 - Unstable

Testman – Build Coverage

Expiremental testing helper
that produces TAP, the Test Anything Protocol.

Usage

 require("testman").

describe ( "My first module" ).
	it ( "should pass dummy-tests" ).
		equal ("a", "a", "a and a should be same").
		ok (true, "true is ok").
		type (1, "number").
        anyOf("a", ["a", "A"]).
done()

Licence

Copyright (c) 2013 Lauri Rooden <[email protected]>
The MIT License

RELATED POST

10 Must-Know Windows Shortcuts That Will Save You Time

10 Must-Know Windows Shortcuts That Will Save You Time

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Arrays vs Linked Lists: Which is Better for Memory Management in Data Structures?

Navigating AWS Networking: Essential Hacks for Smooth Operation

Navigating AWS Networking: Essential Hacks for Smooth Operation

Achieving Stunning Visuals with Unity's Global Illumination

Achieving Stunning Visuals with Unity's Global Illumination

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code

Nim's Hidden Gems: Lesser-known Features for Writing Efficient Code