Fix frontend tests and linting errors

This commit is contained in:
2025-12-03 01:34:12 +03:00
parent 50bdb8601c
commit 772efce242
6 changed files with 5 additions and 6 deletions

View File

@@ -234,7 +234,7 @@ describe('CartStore', () => {
await store.applyCoupon();
expect(store.error_warning).toBe('Invalid coupon');
expect(store.error_coupon).toBe('Invalid coupon');
});
});