We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d6bb1 commit ffcfd2bCopy full SHA for ffcfd2b
src/api/test/jobs.test.ts
@@ -338,7 +338,7 @@ describeAcrossBackends("Jobs", (backend) => {
338
expect(lastBody).not.toEqual('{"iWill":"beDeleted"}');
339
});
340
341
- test.only("delete all jobs on a queue", async () => {
+ test("delete all jobs on a queue", async () => {
342
await request(quirrel)
343
.post("/queues/" + endpoint + "/batch")
344
.send([
0 commit comments