Skip to content

Commit

Permalink
Remove test test
Browse files Browse the repository at this point in the history
  • Loading branch information
tedspare committed Nov 17, 2023
1 parent e8d7dc0 commit 1b5bcc4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/agents/engineer.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,6 @@ test("Zod parser", () => {
expect(validObj?.field3?.field4).toBe("val4");
});

test("Test test runner", () => {
expect(true).toBe(false);
});

test.todo("E2E", () => {
console.log(
"It should pass a sample issue to engineer() and have it appropriately labelled"
Expand Down

1 comment on commit 1b5bcc4

@vercel
Copy link

@vercel vercel bot commented on 1b5bcc4 Nov 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.