Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-r-l-rodrigues committed Jan 29, 2025
1 parent d93c996 commit e34355d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({

it("should execute a scheduled workflow", async () => {
const spy = createScheduled("standard", {
cron: "0 0 * * * *", // Jest issue: clearExpiredExecutions runs every hour, so this should run every hour to chech the match the number of calls
cron: "0 0 * * * *", // Jest issue: clearExpiredExecutions runs every hour, this is scheduled to run every hour to match the number of calls
})

await jest.runOnlyPendingTimersAsync()
Expand Down

0 comments on commit e34355d

Please sign in to comment.