SkillAgentSearch skills...

Ntt

Node Tiny Tests module.

Install / Use

/learn @hit9/Ntt
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ntt

Node Tiny Tests module.

Install

npm install ntt

Example

var unit = require('ntt');

unit('unit', function(test) {
  test('case1', function(done) {
    // your tests
    done();
  });
  test('case2', function(done) {
    // async tests
    setTimeout(function() {
      done();
    }, 1000)
  });
});

ntt is not a testing tool, just run node test.js.

License

MIT. Copyright (c) Chao Wang hit9@icloud.com

View on GitHub
GitHub Stars18
CategoryDevelopment
Updated6y ago
Forks1

Languages

JavaScript

Security Score

60/100

Audited on Oct 30, 2019

No findings