Skip to content
This repository was archived by the owner on Jan 5, 2024. It is now read-only.

jankuca/testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

testing tips and tools

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors