Skip to content

Commit

Permalink
remove verbose flag from jest command
Browse files Browse the repository at this point in the history
Fix issue thamara#886
  • Loading branch information
pallasite99 authored Oct 8, 2023
1 parent 19f3c90 commit d049835
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 --verbose --colors --transformIgnorePatterns 'node_modules/(?!astronomia)/' -- ",
"test:jest": "jest --runInBand --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 d049835

Please sign in to comment.