iamtesting
v0.1.0
Published
This is a list of testing tips, techniques and tools that help me test JS code.
Downloads
4
Readme
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');