revamped configuration for moderation phases

This commit is contained in:
Wyatt Johnson
2017-09-15 14:23:18 -06:00
parent f2e06d6d27
commit f97094177a
5 changed files with 230 additions and 114 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ describe('services.Wordlist', () => {
'I have bad $ hit lling',
'That\'s a p***ch!',
].forEach((word) => {
expect(wordlist.scan('body', word)).to.be.undefined;
expect(wordlist.scan('body', word)).to.be.deep.equal({});
});
});