Skip to content

Commit

Permalink
remove unnecessary test todo
Browse files Browse the repository at this point in the history
  • Loading branch information
wcho21 committed Dec 22, 2023
1 parent b16c075 commit 8157b4c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.test.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { execute } from "./";

it.todo("");

it("execute -5", () => {
expect(execute("-5")).toBe("-5");
});
Expand Down

0 comments on commit 8157b4c

Please sign in to comment.