Remove it.only(
This commit is contained in:
parent
a0be6029b3
commit
e2758d3da1
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue