mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
more strict typescript
This commit is contained in:
@@ -2396,6 +2396,9 @@ describe('Node', function () {
|
||||
assert.equal(group3.getAbsoluteZIndex(), 5);
|
||||
assert.equal(group4.getAbsoluteZIndex(), 6);
|
||||
assert.equal(shape2.getAbsoluteZIndex(), 7);
|
||||
|
||||
const tempLayer = new Konva.Layer();
|
||||
assert.equal(tempLayer.getAbsoluteZIndex(), 0);
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
|
Reference in New Issue
Block a user