Skip to content

Commit

Permalink
remove watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
DOOduneye committed Feb 20, 2024
1 parent 665e3dc commit be06ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions frontend/sac-mobile/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
# dependencies
node_modules/

coverage/

# Expo
.expo/
dist/
Expand Down
2 changes: 1 addition & 1 deletion frontend/sac-mobile/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 --passWithNoTests",
"test": "jest --passWithNoTests --forceExit --detectOpenHandles --coverage",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"format": "prettier --write ."
},
Expand Down

0 comments on commit be06ead

Please sign in to comment.