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:
parent
a73eb3a649
commit
c0cd5bb5b9
@ -22,7 +22,7 @@ describe('Settings middleware', () => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
it('should save empty enforced users settings', (done: (err?: any) => void) => {
|
it('should save empty enforced users settings', (done: (err?: any) => void) => {
|
||||||
|
console.log('sarting - should save empty enforced users settings');
|
||||||
ServerEnvironment.sendMailAvailable = false;
|
ServerEnvironment.sendMailAvailable = false;
|
||||||
Config.Environment.sendMailAvailable = false;
|
Config.Environment.sendMailAvailable = false;
|
||||||
Config.Messaging.Email.type = EmailMessagingType.SMTP;
|
Config.Messaging.Email.type = EmailMessagingType.SMTP;
|
||||||
@ -53,6 +53,7 @@ describe('Settings middleware', () => {
|
|||||||
|
|
||||||
});
|
});
|
||||||
it('should save enforced users settings', (done: (err?: any) => void) => {
|
it('should save enforced users settings', (done: (err?: any) => void) => {
|
||||||
|
console.log('sarting - should save enforced users settings');
|
||||||
|
|
||||||
ServerEnvironment.sendMailAvailable = false;
|
ServerEnvironment.sendMailAvailable = false;
|
||||||
Config.Environment.sendMailAvailable = false;
|
Config.Environment.sendMailAvailable = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user