migrated Canvas, DragAndDrop, Global, and Tween tests to mocha

This commit is contained in:
Eric Rowell
2013-09-09 10:08:16 -07:00
parent c40fc7cf38
commit 1ea9e68ff6
8 changed files with 95 additions and 111 deletions

View File

@@ -38,8 +38,14 @@
<script src="assets/worldMap.js"></script>
<!-- core -->
<script src="unit/Node-test.js"></script>
<script src="unit/Global-test.js"></script>
<script src="unit/Util-test.js"></script>
<script src="unit/Canvas-test.js"></script>
<script src="unit/Node-test.js"></script>
<!-- extensions -->
<script src="unit/DragAndDrop-test.js"></script>
<script src="unit/Tween-test.js"></script>
<!-- shapes -->
<script src="unit/shapes/Rect-test.js"></script>