mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
enable tests
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user