fix tests

This commit is contained in:
Anton Lavrenov
2020-02-24 20:45:50 -05:00
parent 7ec68fc501
commit 2e40322b83
4 changed files with 1338 additions and 54 deletions

View File

@@ -1499,7 +1499,7 @@ suite('Transformer', function() {
});
});
test.only('transform events check', function() {
test('transform events check', function() {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);