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();