mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
test update
This commit is contained in:
parent
b3344f8b74
commit
28d0a6f112
@ -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();
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user