From 8157b4c90cf9075cd06090bfc5ed02254e460c70 Mon Sep 17 00:00:00 2001 From: "W. Cho" Date: Fri, 22 Dec 2023 09:01:33 +0900 Subject: [PATCH] remove unnecessary test todo --- src/index.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.test.ts b/src/index.test.ts index 7a0c5da..f227f53 100644 --- a/src/index.test.ts +++ b/src/index.test.ts @@ -1,7 +1,5 @@ import { execute } from "./"; -it.todo(""); - it("execute -5", () => { expect(execute("-5")).toBe("-5"); });