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 882ced6 commit 395cab5
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
Loading

0 comments on commit 395cab5

Please sign in to comment.