Show window titlebar in test
This commit is contained in:
parent
6e4a3561f1
commit
b826097237
3 changed files with 29 additions and 12 deletions
|
@ -39,3 +39,6 @@ export const parseEnvironment = makeEnumParser(
|
|||
Environment,
|
||||
Environment.Production
|
||||
);
|
||||
|
||||
export const isTestEnvironment = (env: Environment): boolean =>
|
||||
env === Environment.Test || env === Environment.TestLib;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue