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

@@ -21,9 +21,7 @@ suite('Filter', function() {
circle.blurRadius(0);
layer.draw();
if (!window.isPhantomJS) {
cloneAndCompareLayer(layer, 50);
}
cloneAndCompareLayer(layer, 50);
Konva.pixelRatio = 1;
});
});