Skip to content

Commit

Permalink
fix(merge): Detox tests fixes #9.
Browse files Browse the repository at this point in the history
  • Loading branch information
bataevvlad committed Jul 30, 2023
1 parent 18eb4e8 commit faaddd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/Basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"test:e2e": "detox test --configuration android.emu.debug",
"i": "echo 'Examples: \"yarn i both\"- run all setups, \"yarn i ios\"- run ios' && ./install.sh",
"b": "echo 'Examples: \"yarn b ios\", \"yarn b android\"' && ./building.sh",
"detox": "./scripts/detox.sh"
"d": "./scripts/detox.sh"
},
"dependencies": {
"@react-native-community/cli-platform-android": "^11.3.1",
Expand Down

0 comments on commit faaddd7

Please sign in to comment.