remove old checks

This commit is contained in:
Anton Lavrenov
2019-01-19 10:39:26 -05:00
parent d660efe9fa
commit 44bf0a69ca
6 changed files with 12 additions and 33 deletions

View File

@@ -142,9 +142,8 @@ suite('RegularPolygon', function() {
height: 100,
width: 100
});
if (!window.isPhantomJS) {
cloneAndCompareLayer(layer, 254);
}
cloneAndCompareLayer(layer, 254);
Konva.pixelRatio = undefined;
});
});