Skip to content

Commit

Permalink
Merge pull request #59 from linagora/drop-console-during-test
Browse files Browse the repository at this point in the history
Hide console debug during test
  • Loading branch information
guimard authored Jun 24, 2024
2 parents 3ce8304 + 3d6e44b commit 6b83164
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/federated-identity-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:example": "rollup -p @rollup/plugin-typescript -e express,@twake/federated-identity-service -m -o example/federated-identity-service.js example/federated-identity-service.ts",
"build:lib": "rollup -c",
"start": "node example/federated-identity-service.js",
"test": "jest"
"test": "LOG_TRANSPORTS=File LOG_FILE=/dev/null jest"
},
"dependencies": {
"@twake/config-parser": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/matrix-identity-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"build:example": "rollup -p @rollup/plugin-typescript -e express,@twake/matrix-identity-server -m -o example/identity-server.js example/identity-server.ts",
"build:lib": "rollup -c",
"start": "node example/identity-server.js",
"test": "jest"
"test": "LOG_TRANSPORTS=File LOG_FILE=/dev/null jest"
},
"dependencies": {
"@twake/config-parser": "*",
Expand Down
2 changes: 1 addition & 1 deletion packages/tom-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"build:example": "rollup -p @rollup/plugin-typescript -e express,@twake/server -m -o example/tom-server.js example/tom-server.ts",
"build:lib": "rollup -c",
"start": "node example/tom-server.js",
"test": "jest"
"test": "LOG_TRANSPORTS=File LOG_FILE=/dev/null jest"
},
"dependencies": {
"@opensearch-project/opensearch": "^2.5.0",
Expand Down

0 comments on commit 6b83164

Please sign in to comment.