mirror of
https://github.com/konvajs/konva.git
synced 2025-09-18 18:27:58 +08:00
refactor: remove custom typescript settings for tests
This commit is contained in:
@@ -57,7 +57,7 @@ describe('Blob', function () {
|
||||
layer.add(blob);
|
||||
stage.add(layer);
|
||||
|
||||
assert.equal(stage.findOne<Line>('Line').points().length, 8);
|
||||
assert.equal(stage.findOne<Line>('Line')?.points().length, 8);
|
||||
});
|
||||
|
||||
// ======================================================
|
||||
|
Reference in New Issue
Block a user