We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38aae85 commit 4a5c21fCopy full SHA for 4a5c21f
1 file changed
mobile/test/widget_test.dart
@@ -13,7 +13,7 @@ void main() {
13
// Set up test environment
14
setUpAll(() async {
15
// Initialize dotenv for tests
16
- await dotenv.load(fileName: ".env");
+ await dotenv.load(fileName: '.env');
17
// Override with test values
18
dotenv.env['ENVIRONMENT'] = 'test';
19
dotenv.env['API_BASE_URL'] = 'http://localhost:3000';
0 commit comments