mirror of
https://github.com/pieartsy/PluralFlux.git
synced 2026-04-16 17:45:28 +10:00
more correct test setup
This commit is contained in:
@@ -21,6 +21,7 @@ describe('parseMemberCommand', () => {
|
|||||||
jest.spyOn(memberHelper, 'updateDisplayName').mockResolvedValue("update display name");
|
jest.spyOn(memberHelper, 'updateDisplayName').mockResolvedValue("update display name");
|
||||||
jest.spyOn(memberHelper, 'updateProxy').mockResolvedValue("update proxy");
|
jest.spyOn(memberHelper, 'updateProxy').mockResolvedValue("update proxy");
|
||||||
jest.spyOn(memberHelper, 'updatePropic').mockResolvedValue("update propic");
|
jest.spyOn(memberHelper, 'updatePropic').mockResolvedValue("update propic");
|
||||||
|
jest.spyOn(memberHelper, 'getProxyByMember').mockResolvedValue("update proxy");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user