1
0
Fork 0
mirror of synced 2024-07-07 15:25:52 +12:00

Fix automation issues

This commit is contained in:
Adria Navarro 2023-07-24 17:46:57 +02:00
parent 546c16f118
commit d8c2499c15

View file

@ -33,7 +33,7 @@ describe("Run through some parts of the automations system", () => {
setup.afterAll()
})
it("should be able to init in builder", async () => {
it.only("should be able to init in builder", async () => {
const automation: Automation = {
...basicAutomation(),
appId: config.appId,