Skip to content

Commit

Permalink
add verbose flag to jest command
Browse files Browse the repository at this point in the history
  • Loading branch information
km1chno committed Aug 29, 2024
1 parent 89f8f1e commit 2b85412
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 @@ -13,7 +13,7 @@
"build": "yarn clean-build && yarn compile && yarn copy-templates",
"prepublishOnly": "yarn build",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"test": "jest",
"test": "jest --verbose",
"watch": "jest --watch",
"build:alias": "sed -i 's/\"name\": \"react-native-ci-cli\"/\"name\": \"setup-ci\"/g' package.json && yarn build",
"snapupdate": "jest --updateSnapshot",
Expand Down

0 comments on commit 2b85412

Please sign in to comment.