Clarify watermark features across packages
This commit is contained in:
@@ -44,7 +44,9 @@ describe('packageSummary helpers', () => {
|
||||
watermark_allowed: false,
|
||||
} as any);
|
||||
|
||||
expect(result).toEqual(expect.arrayContaining(['custom_branding', 'reseller_dashboard', 'branding_allowed']));
|
||||
expect(result).toEqual(
|
||||
expect.arrayContaining(['custom_branding', 'reseller_dashboard', 'branding_allowed', 'watermark_base'])
|
||||
);
|
||||
});
|
||||
|
||||
it('returns labeled limit entries', () => {
|
||||
|
||||
Reference in New Issue
Block a user