/** * Integration Tests Index * Tests for store + component interactions * * Test Coverage: * - Order Workflow (create → update → delete, filtering, totals) * - Inventory Workflow (reserve, release, low stock alerts) * - Customer Workflow (CRUD, credit management, at-risk detection) * - Multi-store coordination tests */ export * from './order-workflow.spec' export * from './inventory-workflow.spec' export * from './customer-workflow.spec'