Socket
Book a DemoInstallSign in
Socket

tpill

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tpill

Sync testing tool

1.0.1
latest
Source
npmnpm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

tpill

Synchronous tests for assertions.

install

npm install tpill

usage

// import
var TPill = require('tpill').TPill;
var tpill = new TPill();
// var tpill = new TPill(3000); wait 3 seconds

// add test
tpill.create(1, 1, 'My Test is True', true);
tpill.create(1, '1', 'My Second Test is True ', false);

// run all test
tpill.run(function(){
  process.exit()
});

api

tpill.create(current, expected, testName, strict);
tpill.run(callback);

Keywords

test

FAQs

Package last updated on 21 Jan 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.