enable tests

This commit is contained in:
Anton Lavrenov
2018-09-11 16:23:58 +03:00
parent 4f70edc8c1
commit 3cf4707e1a
2 changed files with 1 additions and 16 deletions

View File

@@ -1235,7 +1235,7 @@ suite('Transformer', function() {
assert.equal(pos.y, 110);
});
test.only('if alt is pressed should transform around center', function() {
test('if alt is pressed should transform around center', function() {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);