mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-01 21:30:30 +01:00
chore: add info log into tests
This commit is contained in:
@@ -216,6 +216,7 @@ async function setupDefaultConfigs(meta) {
|
||||
}
|
||||
|
||||
async function giveDefaultGlobalPrivileges() {
|
||||
winston.info('Giving default global privileges...\n');
|
||||
const privileges = require('../../src/privileges');
|
||||
await privileges.global.give([
|
||||
'groups:chat', 'groups:upload:post:image', 'groups:signature', 'groups:search:content',
|
||||
|
||||
Reference in New Issue
Block a user