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