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