0.1.0 • Published 9 years ago

iamtesting v0.1.0

Weekly downloads
4
License
-
Repository
-
Last release
9 years ago

I Am Testing

This is a list of testing tips, techniques and tools that help me test JS code.

Installation & Usage

npm install iamtesting

To use the tools provided by this library, simply import it into your project.

// ES7, babel
import iamtesting from 'iamtesting';

// ES6, node.js
var iamtesting = require('iamtesting');

Tools

Tips and Tools

Test Runners

Assertion Utilities