Skip to content

Commit

Permalink
Fix types after expectifing
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Mar 14, 2024
1 parent 3f68e1f commit bb56e5d
Show file tree
Hide file tree
Showing 2 changed files with 174 additions and 103 deletions.
1 change: 0 additions & 1 deletion src/fp/_lib/convertToFP/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ describe("convertToFP", () => {
it("returns the constant instead of function", () => {
// @ts-expect-error - It's ok, we're testing the function
const result = convertToFP(fn, 0);
// @ts-expect-error - It's ok, we're testing the function
expect(result).toBe("undefined undefined undefined");
});
});
Expand Down

0 comments on commit bb56e5d

Please sign in to comment.