Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
marikaner authored Aug 7, 2020
1 parent 5baca79 commit d5a7b22
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit d5a7b22

Please sign in to comment.