migrated text tests. added more context wrapper methods and properties

This commit is contained in:
Eric Rowell
2013-09-02 20:35:25 -07:00
parent 18d36d9d77
commit f298267bd7
8 changed files with 196 additions and 139 deletions

View File

@@ -1,4 +1,4 @@
<html>
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>KineticJS Mocha Tests</title>
@@ -28,6 +28,7 @@
<script src="unit/Rect-test.js"></script>
<script src="unit/Circle-test.js"></script>
<script src="unit/Text-test.js"></script>
<script src="unit/Blob-test.js"></script>
<script>
if (window.mochaPhantomJS) { mochaPhantomJS.run(); }