Skip to content

Commit ddac6a5

Browse files
committed
attempt to fix lodash import in fp tests
1 parent c98384b commit ddac6a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/fp/_lib/convertToFP/test.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
import assert from "assert";
44
import { pipe } from "fp-ts/function";
55
import { flow as jsFnsFlow } from "js-fns";
6-
// @ts-expect-error - Lodash, come on, bro
7-
import { flow as lodashFlow } from "loedash";
6+
import { flow as lodashFlow } from "lodash";
87
import { describe, it } from "vitest";
98
import { addDays, addHours, isEqual } from "../../index.js";
109
import { convertToFP } from "./index.js";

0 commit comments

Comments
 (0)