view data fixes
This commit is contained in:
@@ -14,7 +14,7 @@ describe('RenewalAlertViewModel', () => {
|
||||
expect(vm.id).toBe('ren-1');
|
||||
expect(vm.name).toBe('League Sponsorship');
|
||||
expect(vm.type).toBe('league');
|
||||
expect(vm.formattedPrice).toBe('$100');
|
||||
expect(vm.formattedPrice).toBe('$100.00');
|
||||
expect(typeof vm.formattedRenewDate).toBe('string');
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user