Skip to content

Commit 5a65940

Browse files
committed
test(replay): animate footer
1 parent 737b6cb commit 5a65940

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/manual/renderer_replay.lua

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ function M.replay_all(delay_ms)
113113
return
114114
end
115115

116+
state.job_count = 1
117+
116118
M.timer = vim.loop.new_timer()
117119
---@diagnostic disable-next-line: undefined-field
118120
M.timer:start(
@@ -126,6 +128,7 @@ function M.replay_all(delay_ms)
126128
M.timer = nil
127129
end
128130
vim.notify('Replay complete!', vim.log.levels.INFO)
131+
state.job_count = 0
129132
if M.headless_mode then
130133
M.dump_buffer_and_quit()
131134
end

0 commit comments

Comments
 (0)