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()
|
setup.afterAll()
|
||||||
})
|
})
|
||||||
|
|
||||||
it.only("should be able to init in builder", async () => {
|
it("should be able to init in builder", async () => {
|
||||||
const automation: Automation = {
|
const automation: Automation = {
|
||||||
...basicAutomation(),
|
...basicAutomation(),
|
||||||
appId: config.appId,
|
appId: config.appId,
|
||||||
|
|
Loading…
Reference in New Issue