refactor: remove custom typescript settings for tests

This commit is contained in:
Nathan Muir
2025-08-20 11:05:55 +12:00
parent 47abec93a9
commit 42e70ee82e
27 changed files with 188 additions and 234 deletions

View File

@@ -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);
});
// ======================================================