Skip to content

Commit

Permalink
build: jest test command
Browse files Browse the repository at this point in the history
  • Loading branch information
mfelipegs committed Mar 14, 2024
1 parent bbd87ec commit f673f2a
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 @@ -7,7 +7,7 @@
"android": "expo start -c --android",
"ios": "expo start -c --ios",
"web": "expo start -c --web",
"test": "jest --watchAll",
"test": "jest",
"format": "eslint \"**/*.{js,jsx,ts,tsx}\" --fix --cache && prettier \"**/*.{js,jsx,ts,tsx,json}\" --write",
"build": "expo build:android && expo build:ios && expo build:web"
},
Expand Down

0 comments on commit f673f2a

Please sign in to comment.