refactor: inventory adjustments e2e test cases

This commit is contained in:
Ahmed Bouhuolia
2025-01-08 15:43:43 +02:00
parent 52362a43ab
commit ee284196eb
29 changed files with 257 additions and 68 deletions

View File

@@ -15,5 +15,6 @@ export const SETTINGS = 'SETTINGS';
inject: [SettingRepository],
},
],
exports: [SETTINGS]
})
export class SettingsModule {}