enable all tests

This commit is contained in:
Anton Lavrenov 2022-08-05 10:26:10 -05:00
parent a7c2e52f61
commit 2217ba42cd

View File

@ -321,7 +321,7 @@ describe('Label', function () {
);
});
it.only('react to pointer properties', function () {
it('react to pointer properties', function () {
var stage = addStage();
var layer = new Konva.Layer();
stage.add(layer);