migrated TextPath and Shape tests to mocha

This commit is contained in:
Eric Rowell
2013-09-10 21:17:56 -07:00
parent 1ea9e68ff6
commit 2fb34e3dc7
5 changed files with 465 additions and 510 deletions

View File

@@ -42,6 +42,7 @@
<script src="unit/Util-test.js"></script>
<script src="unit/Canvas-test.js"></script>
<script src="unit/Node-test.js"></script>
<script src="unit/Shape-test.js"></script>
<!-- extensions -->
<script src="unit/DragAndDrop-test.js"></script>
@@ -65,6 +66,7 @@
<script src="unit/plugins/Star-test.js"></script>
<script src="unit/plugins/RegularPolygon-test.js"></script>
<script src="unit/plugins/Path-test.js"></script>
<script src="unit/plugins/TextPath-test.js"></script>
<script>
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }