1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

LOG lOG 2

This commit is contained in:
Patrik J. Braun 2023-07-30 17:52:46 +02:00
parent a73eb3a649
commit c0cd5bb5b9

View File

@ -22,7 +22,7 @@ describe('Settings middleware', () => {
});
it('should save empty enforced users settings', (done: (err?: any) => void) => {
console.log('sarting - should save empty enforced users settings');
ServerEnvironment.sendMailAvailable = false;
Config.Environment.sendMailAvailable = false;
Config.Messaging.Email.type = EmailMessagingType.SMTP;
@ -53,6 +53,7 @@ describe('Settings middleware', () => {
});
it('should save enforced users settings', (done: (err?: any) => void) => {
console.log('sarting - should save enforced users settings');
ServerEnvironment.sendMailAvailable = false;
Config.Environment.sendMailAvailable = false;