wip
This commit is contained in:
parent
892879f0e6
commit
499c7e1e01
|
@ -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()
|
||||
})
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
import {
|
||||
AutomationStepResult,
|
||||
AutomationStepResultOutputs,
|
||||
AutomationTriggerResult,
|
||||
AutomationTriggerResultOutputs,
|
||||
LoopStepType,
|
||||
UserBindings,
|
||||
|
|
Loading…
Reference in New Issue