We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2182524 commit a126261Copy full SHA for a126261
app/tests/__setup__/@env.js
@@ -1,11 +1,11 @@
1
// 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
2
3
-export const IS_TEST_BUILD = 'false';
+export const IS_TEST_BUILD = false;
4
export const GOOGLE_SIGNIN_ANDROID_CLIENT_ID = 'mock-google-client-id';
5
export const GOOGLE_SIGNIN_WEB_CLIENT_ID = 'mock-google-web-client-id';
6
export const SENTRY_DSN = 'mock-sentry-dsn';
7
export const SEGMENT_KEY = 'mock-segment-key';
8
-export const ENABLE_DEBUG_LOGS = 'false';
+export const ENABLE_DEBUG_LOGS = false;
9
export const DEFAULT_PNUMBER = undefined;
10
export const DEFAULT_DOB = undefined;
11
export const DEFAULT_DOE = undefined;
0 commit comments