Remove .only

This commit is contained in:
Sam Rose 2025-02-18 10:48:43 +00:00
parent a5709c9de5
commit 318c96e9c0
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ describe("cron trigger", () => {
})
})
it.only("should stop if the job fails more than 3 times", async () => {
it("should stop if the job fails more than 3 times", async () => {
const { automation } = await createAutomationBuilder(config)
.onCron({ cron: "* * * * *" })
.queryRows({