Flaky test

This commit is contained in:
Adria Navarro 2023-02-05 10:00:27 +00:00
parent 4522d6c906
commit 0a47b35285
1 changed files with 6 additions and 2 deletions

View File

@ -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()