Flaky test
This commit is contained in:
parent
a92fd2633f
commit
4438b2d6ab
|
@ -123,6 +123,10 @@ describe("/automations", () => {
|
|||
})
|
||||
|
||||
describe("test", () => {
|
||||
beforeEach(async () => {
|
||||
await config.init()
|
||||
})
|
||||
|
||||
it("tests the automation successfully", async () => {
|
||||
let table = await config.createTable()
|
||||
let automation = newAutomation()
|
||||
|
|
Loading…
Reference in New Issue