Skip to content

Commit

Permalink
updated package json , remove --watch on test script, add test:watch …
Browse files Browse the repository at this point in the history
…script
  • Loading branch information
23nosurrend committed Apr 30, 2024
1 parent 0263503 commit 73a5344
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/ci-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ jobs:
- name: Run test
run: npm run test


- name: Start Expo for Android
run: npm run android
# Optionally starts the Expo project for Android (useful for automated testing environments)

- name: Start Expo for iOS
run: npm run ios
# Optionally starts the Expo project for iOS (useful for automated testing environments)

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 --android",
"ios": "expo start --ios",
"web": "expo start --web",
"test": "jest --watchAll",
"test": "jest",
"test:update":"jest --updateSnapshot"
},
"jest": {
Expand Down

0 comments on commit 73a5344

Please sign in to comment.