chore(release): prepare v0.16.0

This commit is contained in:
2026-06-10 23:05:37 -07:00
parent e2afceb492
commit 131b23efa9
24 changed files with 222 additions and 108 deletions
+6 -2
View File
@@ -37,7 +37,11 @@ test('overlay loading OSD shows spinner ticks and clears when stopped', () => {
controller.stop();
controller.stop();
assert.deepEqual(messages, ['Overlay loading |', 'Overlay loading /', 'Overlay loading -', 'clear']);
assert.deepEqual(messages, [
'Overlay loading |',
'Overlay loading /',
'Overlay loading -',
'clear',
]);
assert.deepEqual(clearedTimers, ['timer']);
});