test: remove it.only() causing only a single test to run

This commit is contained in:
Nathan Muir
2025-08-19 21:12:41 +12:00
committed by Nathan Muir
parent 0ac2ecf89b
commit 6ccb8d2048

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