I could see the sample script under test-web folder. The script seems like bundled that I don't know how I can apply it in my own project. May I know if there is other way to use it in web?
<script src="https://cdnjs.cloudflare.com/ajax/libs/mocha/4.0.1/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="bundle-tests.js"></script>
<script>mocha.run();</script>
Thanks!!