mirror of
https://github.com/konvajs/konva.git
synced 2025-04-05 20:48:28 +08:00
enable all tests
This commit is contained in:
parent
a7c2e52f61
commit
2217ba42cd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user