mirror of
https://github.com/cpvalente/ontime.git
synced 2026-09-10 00:29:41 +00:00
test(server): cover resume() in the decorated method table
`resume` is the 18th public method carrying `@broadcastResult`; it was missing from the table that asserts which methods broadcast. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JTztQittreLfXz8cgUeeMs
This commit is contained in:
@@ -158,6 +158,7 @@ describe('RuntimeService decorated methods', () => {
|
||||
['stop', () => []],
|
||||
['reload', () => []],
|
||||
['roll', () => []],
|
||||
['resume', () => [{ playback: Playback.Stop, selectedEventId: null }]],
|
||||
['addTime', () => [1000]],
|
||||
['setOffsetMode', () => [OffsetMode.Relative]],
|
||||
] as const)('%s broadcasts', async (method, makeArgs) => {
|
||||
|
||||
Reference in New Issue
Block a user