enable all tests

This commit is contained in:
Anton Lavrenov 2018-07-12 11:13:00 +07:00
parent aaa3461b1f
commit 87820449ad

View File

@ -681,7 +681,7 @@ suite('Transformer', function() {
tr.destroy();
});
test.only('can destroy with attached node while resize', function() {
test('can destroy with attached node while resize', function() {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);