Skip to content

mfrawley/assert.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

assert.js

Micro unit test framework for JS

//some examples
Assert.assert(typeof window === 'object', 'No window?' + typeof window);
Assert.that(true === true, 'Clearly true');
Assert.type('Boolean', true);
Assert.equals(true, true);

About

Micro unit test framework for JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published