style: ensure semicolons at line ends

This commit is contained in:
2026-08-08 15:23:24 +02:00
parent 9a338ff540
commit 879199d936
14 changed files with 33 additions and 33 deletions
@@ -237,7 +237,7 @@ describe('Selection', () => {
const inputO2 = inputs[2];
await check(inputO0);
expectSelectionValue(['o0'])
expectSelectionValue(['o0']);
await uncheck(inputO0);
expectSelectionValue([]);