refactor(nestjs): e2e test cases

This commit is contained in:
Ahmed Bouhuolia
2025-03-31 00:39:00 +02:00
parent caff6ce47c
commit ab717b96ac
28 changed files with 168 additions and 115 deletions

View File

@@ -39,6 +39,7 @@ describe('Sale Estimates (e2e)', () => {
.set('organization-id', orgainzationId)
.send({
name: faker.commerce.productName(),
type: 'inventory',
sellable: true,
purchasable: true,
sellAccountId: 1026,