Skip to content

nmoliveira/KissTestjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

KissTestjs

This is a very basic javascript testing tool.

######Example of usage:

kt.assert(true, 'Test passed');
kt.assert(false, 'Test failed');
kt.isEqual(1, '1', '1 equal to "1"');
kt.isStrictEqual(1, '1', '1 strict equal to "1"');

######Output: Adds a HTML list with the results of the tests.

About

Simple javascript test framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published