add funding, enable all tests

This commit is contained in:
Anton Lavrenov
2020-12-16 14:22:00 -05:00
parent d5d6af43fa
commit e6c842c83f
4 changed files with 1352 additions and 48 deletions

View File

@@ -315,7 +315,7 @@ suite('Line', function () {
assert.equal(Math.round(client.height), 147, 'check height');
});
test.only('getClientRect with tension 2', function () {
test('getClientRect with tension 2', function () {
var stage = addStage();
stage.draggable(true);
var layer = new Konva.Layer();