mirror of
https://github.com/konvajs/konva.git
synced 2025-11-24 08:46:44 +08:00
enable all tests
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user