initial release

This commit is contained in:
Leo Horie 2014-03-16 22:07:53 -04:00
parent 554e8358cf
commit 70b2489539
81 changed files with 6702 additions and 2 deletions

7
tests/index.html Normal file
View file

@ -0,0 +1,7 @@
<!doctype html>
<script src="../mithril.js"></script>
<script src="test.js"></script>
<script src="mock.js"></script>
<script src="mithril-tests.js"></script>
<p>Open the console to see the test report</p>