Skip to content

Commit ffcfd2b

Browse files
committed
remove .only
1 parent e2d6bb1 commit ffcfd2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/test/jobs.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@ describeAcrossBackends("Jobs", (backend) => {
338338
expect(lastBody).not.toEqual('{"iWill":"beDeleted"}');
339339
});
340340

341-
test.only("delete all jobs on a queue", async () => {
341+
test("delete all jobs on a queue", async () => {
342342
await request(quirrel)
343343
.post("/queues/" + endpoint + "/batch")
344344
.send([

0 commit comments

Comments
 (0)