Skip to content

Commit

Permalink
set verbose flag to false to enable console
Browse files Browse the repository at this point in the history
* this fix will work for running individual jest unit tests as well has running the script included in the package.json file
  • Loading branch information
pallasite99 authored and araujoarthur0 committed Oct 28, 2023
1 parent b7e698d commit 802d991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"postinstall": "patch-package",
"start": "electron .",
"test": "npm-run-all test:*",
"test:jest": "jest --runInBand --detectOpenHandles --colors --transformIgnorePatterns 'node_modules/(?!astronomia)/' -- ",
"test:jest": "jest --runInBand --verbose=false --detectOpenHandles --colors --transformIgnorePatterns 'node_modules/(?!astronomia)/' -- ",
"test:mocha": "nyc --reporter=lcov --reporter=json mocha tests/*",
"setup:win": "node scripts/create_windows_installer.js"
},
Expand Down

0 comments on commit 802d991

Please sign in to comment.