Skip to content

Instantly share code, notes, and snippets.

{
"testRunner": "jest",
"runnerConfig": "testing/config.json",
"apps": {
"ios": {
"type": "ios.app",
"binaryPath": "/tmp/challenger-native.app"
},
},
"devices": {
version: 2.1
build_ios_expo: &build_ios_expo
macos:
xcode: "11.7.0"
working_directory: ~/workdir
steps:
- checkout
- run:
name: Make Directory /tmp/downloads
@davidkircos
davidkircos / 0_reuse_code.js
Created January 5, 2016 15:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console