more exhaustive test suite

This commit is contained in:
Kevin Jahns
2014-08-18 04:13:00 +02:00
parent 8aa5dc9866
commit e9783c8a25
41 changed files with 29030 additions and 14250 deletions

View File

@@ -8,7 +8,8 @@
<div id="mocha"></div>
<script src="../../node_modules/mocha/mocha.js"></script>
<script>mocha.setup('bdd')</script>
<script src="Yatta_test.js"></script>
<script src="TextYatta_test.js"></script>
<script src="JsonYatta_test.js"></script>
<script>
mocha.checkLeaks();
mocha.run();