Skip to content

Commit be68cb8

Browse files
authored
[CAP] Remove DEBUG output from unit tests
1 parent ebfd2b7 commit be68cb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ams-cap-nodejs-bookshop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"jest": "^30.0.0"
1919
},
2020
"scripts": {
21-
"jest": "DEBUG=ams npx jest",
21+
"jest": "npx jest",
2222
"test": "npm run jest",
2323
"start": "cds-serve"
2424
},

0 commit comments

Comments
 (0)