mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
migrated Ellipse test to Mocha, and finished up context wrapper methods
This commit is contained in:
@@ -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(); }
|
||||
|
Reference in New Issue
Block a user