mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
test: fix unit tests
This commit is contained in:
@@ -84,6 +84,7 @@ describe('SettingService', () => {
|
||||
expect(settingRepository.findAll).toHaveBeenCalled();
|
||||
expect(result).toEqualPayload(
|
||||
settingService.group(settingFixtures as Setting[]),
|
||||
['id', 'createdAt', 'updatedAt', 'subgroup', 'translatable'],
|
||||
);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user