Skip to content

Commit 2629e2c

Browse files
committed
remove console log
1 parent 193ffcf commit 2629e2c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/jobs.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ describe("trackJob", () => {
3030
it("should fail if the job errors out", async () => {
3131
server.use(
3232
http.get("https://api.cycle.io/v1/jobs/:jobId", ({ request }) => {
33-
console.log("FJSODIFJSODFJSDOIFJSDIOFJ");
3433
return HttpResponse.json({
3534
data: {
3635
...getMockJob(),

0 commit comments

Comments
 (0)