Skip to content

Commit

Permalink
add script command to run e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
guvenkaranfil committed Jan 7, 2024
1 parent 54a7488 commit c40242e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"ios:install": "pod-install",
"start": "react-native start",
"test": "jest",
"test:e2e:ios": "detox test --configuration ios.sim.debug",
"test:e2e:ios:reuse": "detox test --configuration ios.sim.debug --reuse",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"prepare": "husky install"
},
Expand Down

0 comments on commit c40242e

Please sign in to comment.