I wanted to do unit testing for an app developed using HTML5/Javascript.
I found Hilo has done some unit testing using mocha.js and chai.js (http://msdn.microsoft.com/en-gb/library/windows/apps/jj851095.aspx)
However when I run this project after copying latest mocha and chai, it did not show any output.
Question:
Is there any step by step tutorial on how can I do unit testing for HTML5/Javascript App?
I would appreciate for any useful information on this topic.

Output
![]()