refactor: migration stock location module (#10471)

Fixes: FRMW-2831
This commit is contained in:
Harminder Virk
2024-12-10 16:08:48 +00:00
committed by GitHub
parent e41ab50f59
commit 4ad9ac1e5f
8 changed files with 171 additions and 230 deletions
@@ -16,8 +16,8 @@ moduleIntegrationTestRunner<IStockLocationService>({
}).linkable
expect(Object.keys(linkable)).toEqual([
"stockLocationAddress",
"stockLocation",
"stockLocationAddress",
])
Object.keys(linkable).forEach((key) => {