mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
add funding, enable all tests
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user