feat: Add support for private files to file module (#8169)
This commit is contained in:
@@ -377,7 +377,7 @@ moduleIntegrationTestRunner<IWorkflowEngineService>({
|
||||
asFunction(() => "test")
|
||||
)
|
||||
|
||||
const spy = await createScheduled("remove-scheduled", {
|
||||
const spy = await createScheduled("shared-container-job", {
|
||||
cron: "* * * * * *",
|
||||
})
|
||||
await jest.runOnlyPendingTimersAsync()
|
||||
|
||||
Reference in New Issue
Block a user