sudo mkdir /etc/nginx/sites-available
sudo mkdir /etc/nginx/sites-enabled
include /etc/nginx/sites-enabled/*;
import { types } from 'mobx-state-tree' | |
import { getModelType, getModelTypes } from './get-model-type' | |
const TestModel = types.model('models', { | |
id: types.identifier, | |
name: types.literal('frodo'), | |
}) | |
const TestModel2 = types.model('other-models', { | |
id: types.identifier, |
git clone [email protected]:YOUR-USERNAME/YOUR-FORKED-REPO.git
cd into/cloned/fork-repo
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git
git fetch upstream
var expect = require('expect'); | |
describe.only('Sample', function () { | |
beforeEach(function () { | |
this.currentTest.value = 'Winning!'; | |
}); | |
it('Uses current test data', function () { | |
expect(this.test.value).to.equal('Winning!'); |
[XCUITest] Launching WebDriverAgent on the device | |
[WebDriverAgent] Fetching dependencies | |
[WebDriverAgent] Installing/updating dependencies for platforms 'iOS', 'tvOS' | |
[debug] [WebDriverAgent] *** Checking out CocoaAsyncSocket at "7.6.3" | |
[debug] [WebDriverAgent] *** Checking out RoutingHTTPServer at "v1.0.2" | |
[debug] [WebDriverAgent] *** Checking out YYCache at "1.1.0" | |
[WebDriverAgent] Failed to check out repository into /usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/Carthage/Checkouts/CocoaAsyncSocket: Could not create working directory (Error Domain=NSCocoaErrorDomain Code=513 "You don’t have permission to save the file “CocoaAsyncSocket” in the folder “Checkouts”." UserInfo={NSFilePath=/usr/local/lib/node_modules/appium/node_modules/appium-webdriveragent/Carthage/Checkouts/CocoaAsyncSocket, NSUnderlyingError=0x7f9de412e4c0 {Error Domain=NSPOSIXErrorDomain Code=13 "Permission denied"}}) | |
[debug] [BaseDriver] Event 'wdaStartFailed' logged at 1561741067516 (01:57:47 GMT+0900 (Japan Standar |
{ | |
"englishforkids": { | |
"ads": true | |
} | |
} |