Skip to content

Commit ab628a4

Browse files
committed
fix: specify path for dotenvx configuration in global setup
1 parent f48631b commit ab628a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/e2e/globalSetup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import '../../src/module-alias-config';
2-
require('@dotenvx/dotenvx').config();
2+
require('@dotenvx/dotenvx').config({ path: '.env-local-test' });
33

44
import { AppDataSourceRead, AppDataSourceReadWrite } from 'podverse-orm';
55
import { startApp } from '../../src/app';

0 commit comments

Comments
 (0)