File tree Expand file tree Collapse file tree 2 files changed +1
-102
lines changed
Expand file tree Collapse file tree 2 files changed +1
-102
lines changed Original file line number Diff line number Diff line change 1010 ],
1111 "scripts" : {
1212 "patch" : " npx patch-package" ,
13- "test:prepare" : " npx shx test -e test-cap-server/node_modules || npm ci --prefix test-cap-server" ,
13+ "test:prepare" : " npx shx test -e test-cap-server/node_modules || npm i --package-lock false --prefix test-cap-server" ,
1414 "test" : " npm run test:prepare && CDS_STRICT_NODE_VERSION=false jest" ,
1515 "test:coverage" : " npm run test:prepare && CDS_STRICT_NODE_VERSION=false jest --runInBand --coverageReporters=html --coverageReporters=text-summary" ,
1616 "test:remove-inline-snapshots" : " npx replace '\\ .toMatchInlineSnapshot\\ (\\ s*`[\\ s\\ S]*?`\\ s*\\ );' '.toMatchInlineSnapshot();' test -r --include='*.test.js'" ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments