Skip to content

Commit e793087

Browse files
committed
docs(test): clarify .env.test Windows requirement
Add explicit comment explaining that dotenvx on Windows requires this file to exist, even if empty, to prevent CI failures.
1 parent fb7f527 commit e793087

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.env.test

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Test environment variables
22
# This file is used by the test runner via dotenvx
3+
#
4+
# REQUIRED: dotenvx on Windows requires this file to exist, even if empty
5+
# The test runner (scripts/test.mjs) loads this file before running tests
6+
#
37
# Add any test-specific environment variables below
48

0 commit comments

Comments
 (0)