Questions regarding https://cap.cloud.sap/docs/node.js/typescript#testing-with-ts-jest

npm add is an alias for much more common npm install (source). Could we use the latter to avoid confusion?
ts-jest is a dev dependency, but npm add adds it to dependencies. We should use npm install -D ts-jest instead