From d5a7b22af06940a6f4c08d87cddbca51f26ca2bd Mon Sep 17 00:00:00 2001 From: Marika Marszalkowski Date: Fri, 7 Aug 2020 15:45:55 +0200 Subject: [PATCH] Apply suggestions from code review --- .gitignore | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.gitignore b/.gitignore index 22f178bd..5ba1356f 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,6 @@ business-partner/API_BUSINESS_PARTNER.edmx time-off/ECTimeOff.edmx timeSheetEntryCollection/API_MANAGE_WORKFORCE_TIMESHEET.edmx integration-tests/time-off/ -integration-tests/timeSheetEntryCollection/ vdm-output-tmp/ .DS_Store diff --git a/package.json b/package.json index 9685b9ac..14113f7a 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,6 @@ "test": "npx jest", "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand", "generate-test-resources:social-media": "npx generate-odata-client -i social-media-accounts -o integration-tests/social-media-accounts/odata-client -s ./integration-tests/social-media-accounts/service-mapping.json --forceOverwrite", - "generate-test-resources:timesheet": "npx generate-odata-client -i timeSheetEntryCollection/ -o integration-tests/timeSheetEntryCollection/odata-client -s ./integration-tests/timeSheetEntryCollection/service-mapping.json --forceOverwrite", "generate-test-resources:time-off": "npx generate-odata-client -i time-off/ -o integration-tests/time-off/odata-client -s ./integration-tests/time-off/service-mapping.json --forceOverwrite" }, "author": "SAP",