Skip to content

Commit d808c5e

Browse files
committed
rename test env file
1 parent 820344b commit d808c5e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.

tests/setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import dotenv from 'dotenv';
2-
dotenv.config({ path: './tests/test.env' });
2+
dotenv.config({ path: './tests/.env.test' });

0 commit comments

Comments
 (0)