From 18d36d9d77289b2a4b1a7c6c3ad3d86aa7d2b5cf Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Mon, 2 Sep 2013 11:39:05 -0700 Subject: [PATCH] migrated Rect and Blob tests to Mocha --- test/runner.html | 1 + .../blobTests.js => test/unit/Blob-test.js | 57 ++++----- test/unit/Rect-test.js | 116 ++++++++++++++++++ tests/js/unit/shapes/rectTests.js | 105 ---------------- 4 files changed, 144 insertions(+), 135 deletions(-) rename tests/js/unit/shapes/blobTests.js => test/unit/Blob-test.js (62%) delete mode 100644 tests/js/unit/shapes/rectTests.js diff --git a/test/runner.html b/test/runner.html index a12b481f..35b17877 100644 --- a/test/runner.html +++ b/test/runner.html @@ -28,6 +28,7 @@ +