From 9bc34d6abbd16588f787b708c59b39ef9e8b6533 Mon Sep 17 00:00:00 2001 From: Eric Rowell Date: Sun, 3 Nov 2013 00:07:05 -0700 Subject: [PATCH] reenabling all tests --- test/unit/Stage-test.js | 2 +- test/unit/shapes/Image-test.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/unit/Stage-test.js b/test/unit/Stage-test.js index 3591a7c5..6f56510f 100644 --- a/test/unit/Stage-test.js +++ b/test/unit/Stage-test.js @@ -1,7 +1,7 @@ suite('Stage', function() { // ====================================================== - test.only('instantiate stage with id', function() { + test('instantiate stage with id', function() { var container = document.createElement('div'); container.id = 'container'; diff --git a/test/unit/shapes/Image-test.js b/test/unit/shapes/Image-test.js index 9b99b7d3..25a2ee1a 100644 --- a/test/unit/shapes/Image-test.js +++ b/test/unit/shapes/Image-test.js @@ -195,7 +195,7 @@ suite('Image', function(){ }); // ====================================================== - test.only('create image hit region', function(done) { + test('create image hit region', function(done) { var imageObj = new Image(); var stage = addStage();