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!, {})
|
await config.api.row.save(table._id!, {})
|
||||||
})
|
})
|
||||||
|
|
||||||
afterAll(() => {
|
afterAll(async () => {
|
||||||
automation.shutdown()
|
await automation.shutdown()
|
||||||
config.end()
|
config.end()
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
import {
|
import {
|
||||||
AutomationStepResult,
|
|
||||||
AutomationStepResultOutputs,
|
AutomationStepResultOutputs,
|
||||||
AutomationTriggerResult,
|
|
||||||
AutomationTriggerResultOutputs,
|
AutomationTriggerResultOutputs,
|
||||||
LoopStepType,
|
LoopStepType,
|
||||||
UserBindings,
|
UserBindings,
|
||||||
|
|
Loading…
Reference in New Issue