migrated Ellipse test to Mocha, and finished up context wrapper methods

This commit is contained in:
Eric Rowell
2013-09-02 21:16:26 -07:00
parent f298267bd7
commit 7ac45b7c4c
9 changed files with 106 additions and 76 deletions

View File

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