Skip to content

Commit a126261

Browse files
committed
fix booleans
1 parent 2182524 commit a126261

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/tests/__setup__/@env.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// SPDX-License-Identifier: BUSL-1.1; Copyright (c) 2025 Social Connect Labs, Inc.; Licensed under BUSL-1.1 (see LICENSE); Apache-2.0 from 2029-06-11
22

3-
export const IS_TEST_BUILD = 'false';
3+
export const IS_TEST_BUILD = false;
44
export const GOOGLE_SIGNIN_ANDROID_CLIENT_ID = 'mock-google-client-id';
55
export const GOOGLE_SIGNIN_WEB_CLIENT_ID = 'mock-google-web-client-id';
66
export const SENTRY_DSN = 'mock-sentry-dsn';
77
export const SEGMENT_KEY = 'mock-segment-key';
8-
export const ENABLE_DEBUG_LOGS = 'false';
8+
export const ENABLE_DEBUG_LOGS = false;
99
export const DEFAULT_PNUMBER = undefined;
1010
export const DEFAULT_DOB = undefined;
1111
export const DEFAULT_DOE = undefined;

0 commit comments

Comments
 (0)