mirror of
https://github.com/konvajs/konva.git
synced 2025-10-15 12:34:52 +08:00
all unit tests are now passing except for filter tests
This commit is contained in:
@@ -18,8 +18,6 @@ suite('Rect', function(){
|
||||
layer.add(rect);
|
||||
stage.add(layer);
|
||||
|
||||
console.log(rect);
|
||||
|
||||
assert.equal(rect.getX(), 100);
|
||||
assert.equal(rect.getY(), 50);
|
||||
|
||||
|
Reference in New Issue
Block a user