Revert "Use common mock for tests."

This reverts commit f589aa2005.
This commit is contained in:
Leo Horie 2016-04-19 22:53:59 -04:00
parent f126fb5ea6
commit 04847785a0
3 changed files with 196 additions and 3 deletions

View file

@ -1,7 +1,7 @@
<!doctype html>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>-->
<script src="test.js"></script>
<script src="../test-deps/mock.js"></script>
<script src="mock.js"></script>
<script src="../mithril.js"></script>
<script src="mithril-tests.js"></script>