Lint old tests

This commit is contained in:
impinball 2016-01-22 11:46:57 -05:00
parent b218f5156f
commit fb3a534de0
12 changed files with 2976 additions and 1903 deletions

8
test/isolation-test.html Normal file
View file

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