Skip to content

Instantly share code, notes, and snippets.

@CodingItWrong
Created January 4, 2019 02:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save CodingItWrong/f39ebc60fdc2e6bc22d723fe33016875 to your computer and use it in GitHub Desktop.
Save CodingItWrong/f39ebc60fdc2e6bc22d723fe33016875 to your computer and use it in GitHub Desktop.
{
...
"detox": {
- "test-runner": "jest"
+ "test-runner": "jest",
+ "configurations": {
+ "ios.sim": {
+ "binaryPath": "bin/Exponent.app",
+ "type": "ios.simulator",
+ "name": "iPhone 8"
+ }
+ }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment