Merge pull request #1961 from nathan-muir/fix-tests

test: remove `it.only()` causing only a single test to run
This commit is contained in:
Anton Lavrenov
2025-08-19 10:11:45 -05:00
committed by GitHub

View File

@@ -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 stage = addStage();
var layer = new Konva.Layer(); var layer = new Konva.Layer();
stage.add(layer); stage.add(layer);