mirror of
https://github.com/konvajs/konva.git
synced 2025-06-28 10:45:21 +08:00
enable all tests
This commit is contained in:
parent
aaa3461b1f
commit
87820449ad
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user