migrated Rect and Blob tests to Mocha

This commit is contained in:
Eric Rowell
2013-09-02 11:39:05 -07:00
parent c802935208
commit 18d36d9d77
4 changed files with 144 additions and 135 deletions

View File

@@ -28,6 +28,7 @@
<script src="unit/Rect-test.js"></script>
<script src="unit/Circle-test.js"></script>
<script src="unit/Blob-test.js"></script>
<script>
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }
else { mocha.run(); }