view data fixes
This commit is contained in:
@@ -30,8 +30,8 @@ describe('SponsorViewModel', () => {
|
||||
|
||||
expect(vm.id).toBe(dto.id);
|
||||
expect(vm.name).toBe(dto.name);
|
||||
expect('logoUrl' in vm).toBe(false);
|
||||
expect('websiteUrl' in vm).toBe(false);
|
||||
expect(vm.logoUrl).toBeUndefined();
|
||||
expect(vm.websiteUrl).toBeUndefined();
|
||||
});
|
||||
|
||||
it('exposes simple UI helpers', () => {
|
||||
|
||||
Reference in New Issue
Block a user