migrated more plugin tests, and continued working on context tracer

This commit is contained in:
Eric Rowell
2013-09-07 20:55:03 -07:00
parent 7d047ecaac
commit 9141953569
16 changed files with 374 additions and 191 deletions

View File

@@ -69,6 +69,11 @@
<script src="unit/shapes/Sprite-test.js"></script>
<script src="unit/shapes/Wedge-test.js"></script>
<!-- plugins -->
<script src="unit/plugins/Label-test.js"></script>
<script src="unit/plugins/Star-test.js"></script>
<script src="unit/plugins/RegularPolygon-test.js"></script>
<script>
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }
else { mocha.run(); }