We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193ffcf commit 2629e2cCopy full SHA for 2629e2c
1 file changed
tests/jobs.test.ts
@@ -30,7 +30,6 @@ describe("trackJob", () => {
30
it("should fail if the job errors out", async () => {
31
server.use(
32
http.get("https://api.cycle.io/v1/jobs/:jobId", ({ request }) => {
33
- console.log("FJSODIFJSODFJSDOIFJSDIOFJ");
34
return HttpResponse.json({
35
data: {
36
...getMockJob(),
0 commit comments