1
0
Fork 0
mirror of synced 2024-10-04 03:54:37 +13:00

Remove it.only(

This commit is contained in:
Adria Navarro 2023-07-27 21:12:26 +02:00
parent a0be6029b3
commit e2758d3da1

View file

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