This commit is contained in:
Sam Rose 2025-02-17 12:13:42 +00:00
parent 892879f0e6
commit 499c7e1e01
No known key found for this signature in database
2 changed files with 2 additions and 4 deletions

View File

@ -25,8 +25,8 @@ describe("Attempt to run a basic loop automation", () => {
await config.api.row.save(table._id!, {})
})
afterAll(() => {
automation.shutdown()
afterAll(async () => {
await automation.shutdown()
config.end()
})

View File

@ -1,7 +1,5 @@
import {
AutomationStepResult,
AutomationStepResultOutputs,
AutomationTriggerResult,
AutomationTriggerResultOutputs,
LoopStepType,
UserBindings,