From 28d0a6f112db97387db443706d3a14818d06d1ff Mon Sep 17 00:00:00 2001 From: lavrton Date: Tue, 14 Apr 2015 17:14:42 +0700 Subject: [PATCH] test update --- test/manual/manual-test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/manual/manual-test.js b/test/manual/manual-test.js index ce854745..e7741c0c 100644 --- a/test/manual/manual-test.js +++ b/test/manual/manual-test.js @@ -343,7 +343,7 @@ suite('Manual', function() { // ====================================================== - test.only('create image hit region with pixelRatio, look at hit, test hit with mouseover', function(done) { + test('create image hit region with pixelRatio, look at hit, test hit with mouseover', function(done) { var imageObj = new Image(); Konva.pixelRatio = 2; @@ -375,7 +375,7 @@ suite('Manual', function() { document.body.style.cursor = 'default'; }); - Konva.pixelRatio = 1; + Konva.pixelRatio = undefined; done();