Skip to content

Commit ca984b3

Browse files
authored
Quality: Using deprecated find.sync method (#2434)
1 parent 5255cd5 commit ca984b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/e2e-tests/utils/helpers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import find from "find-up";
2-
export const findEnv = () => find.sync(process.env.ENV_FILE || ".env");
1+
import { findUp } from "find-up";
2+
export const findEnv = () => findUp(process.env.ENV_FILE || ".env");

0 commit comments

Comments
 (0)