mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-19 17:55:17 -04:00
Update Tests for HD_SHOW_LOG_TIMESTAMP
Signed-off-by: Yannick Bungers <git@innay.de>
This commit is contained in:
parent
8f66447ab9
commit
ece2bc2880
2 changed files with 47 additions and 0 deletions
|
@ -141,6 +141,7 @@ describe('FrontendConfigService', () => {
|
|||
rendererBaseUrl: 'https://renderer.example.org',
|
||||
port: 3000,
|
||||
loglevel: Loglevel.ERROR,
|
||||
showLogTimestamp: false,
|
||||
persistInterval: 10,
|
||||
};
|
||||
const authConfig: AuthConfig = {
|
||||
|
@ -284,6 +285,7 @@ describe('FrontendConfigService', () => {
|
|||
rendererBaseUrl: 'https://renderer.example.org',
|
||||
port: 3000,
|
||||
loglevel: Loglevel.ERROR,
|
||||
showLogTimestamp: false,
|
||||
persistInterval: 10,
|
||||
};
|
||||
const authConfig: AuthConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue