mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
Fixer pre/post
This commit is contained in:
@@ -15,7 +15,7 @@ const CommentsService = require('../../../../services/comments');
|
||||
const UsersService = require('../../../../services/users');
|
||||
const SettingsService = require('../../../../services/settings');
|
||||
|
||||
const settings = {id: '1', moderation: 'pre', wordlist: {banned: ['bad words'], suspect: ['suspect words']}};
|
||||
const settings = {id: '1', moderation: 'PRE', wordlist: {banned: ['bad words'], suspect: ['suspect words']}};
|
||||
|
||||
describe('/api/v1/comments', () => {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user