Update electron to 16.0.4
This commit is contained in:
parent
ba043c422b
commit
bbc13d058e
28 changed files with 491 additions and 2985 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue