forked from PluralFlux/PluralFlux
accidental error with memberHelper not allowing pf;member fixed
This commit is contained in:
@@ -98,6 +98,7 @@ describe('MemberHelper', () => {
|
||||
test.each([
|
||||
[['--help']],
|
||||
[['']],
|
||||
[[]]
|
||||
])('%s calls getMemberCommandInfo and returns expected result', async (args) => {
|
||||
// Act
|
||||
return memberHelper.parseMemberCommand(authorId, authorFull, args).then((result) => {
|
||||
|
||||
Reference in New Issue
Block a user