mirror of
https://github.com/konvajs/konva.git
synced 2026-01-18 11:41:20 +08:00
migrated more plugin tests, and continued working on context tracer
This commit is contained in:
@@ -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(); }
|
||||
|
||||
Reference in New Issue
Block a user