Skip to content

Commit

Permalink
test(core): update test env path (#453)
Browse files Browse the repository at this point in the history
## Description

Allow tests to be run in project root.
  • Loading branch information
gershon authored Sep 14, 2024
1 parent dff8083 commit 881ffc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/tests/setup.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
import * as dotenv from "dotenv";

dotenv.config({ path: "../../.env" });
dotenv.config({ path: `${__dirname}/../../../.env` });

0 comments on commit 881ffc5

Please sign in to comment.