This commit is contained in:
John Yeo
2025-12-30 17:58:54 -08:00
parent 8c4a98e3ec
commit 3ee3beb420
14 changed files with 231 additions and 483 deletions

View File

@@ -103,9 +103,6 @@ export const compareMainProduct = ({
).toBeDefined();
if (entitlement.allowance_type === AllowanceType.Unlimited) {
// expect(recEntitlement.unlimited).toStrictEqual(true);
// expect(recEntitlement.balance).toStrictEqual(null);
// expect(recEntitlement.used).toStrictEqual(null);
expect(recEntitlement).toMatchObject({
unlimited: true,
balance: null,