mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Update electron to 16.0.4
This commit is contained in:
+1
-2
@@ -9,7 +9,6 @@ export enum Environment {
|
||||
Production = 'production',
|
||||
Staging = 'staging',
|
||||
Test = 'test',
|
||||
TestLib = 'test-lib',
|
||||
}
|
||||
|
||||
let environment: undefined | Environment;
|
||||
@@ -41,4 +40,4 @@ export const parseEnvironment = makeEnumParser(
|
||||
);
|
||||
|
||||
export const isTestEnvironment = (env: Environment): boolean =>
|
||||
env === Environment.Test || env === Environment.TestLib;
|
||||
env === Environment.Test;
|
||||
|
||||
Reference in New Issue
Block a user