mirror of
https://github.com/konvajs/konva.git
synced 2025-09-19 19:07:59 +08:00
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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user