We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5255cd5 commit ca984b3Copy full SHA for ca984b3
1 file changed
apps/e2e-tests/utils/helpers.ts
@@ -1,2 +1,2 @@
1
-import find from "find-up";
2
-export const findEnv = () => find.sync(process.env.ENV_FILE || ".env");
+import { findUp } from "find-up";
+export const findEnv = () => findUp(process.env.ENV_FILE || ".env");
0 commit comments