feat: Add support for private files to file module (#8169)

This commit is contained in:
Stevche Radevski
2024-07-18 09:46:10 +02:00
committed by GitHub
parent 76173afdfc
commit c58a35f0c0
11 changed files with 98 additions and 63 deletions

View File

@@ -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()