We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04babec commit 8922bddCopy full SHA for 8922bdd
test/unit/blacklist-service-test.js
@@ -30,6 +30,7 @@ describe('BlacklistService', () => {
30
customBlacklistedUsernames: ['foo']
31
})
32
expect(blacklistService.list.length).to.equal(1)
33
+ expect(blacklistService.validate('admin')).to.equal(true)
34
35
36
it('is a singleton', () => {
0 commit comments