mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 02:37:59 +08:00
test: remove it.only()
causing only a single test to run
This commit is contained in:
@@ -5142,7 +5142,7 @@ describe('Transformer', function () {
|
||||
);
|
||||
});
|
||||
|
||||
it.only('should handle transformation when node is not on stage (case for node destroy)', function () {
|
||||
it('should handle transformation when node is not on stage (case for node destroy)', function () {
|
||||
var stage = addStage();
|
||||
var layer = new Konva.Layer();
|
||||
stage.add(layer);
|
||||
|
Reference in New Issue
Block a user