Daniel
Daniel
@mtrezza what is the action needed here? Wouldn't be changing the behaviour to pass "cloud" in as a default installation be breaking ?
Just a note that I tried to remove `Parse.CoreManager.setRESTController(RESTController);` entirely and it broke a number of tests
Should we: - Change `directAccess` to `false` in `helper.js` or - Fix all the tests to pass `installationId` / `directAccess: false` where required
What is the path forward for this PR?
As it stands there are a number of tests that fail with direct access on (they either need installationId or they aren't compatible at all) - how do you suggest...
I'm not sure if it's possible to access the current spec file from within `helper.js`. I tried to log `global.currentSpec` from within the `reconfigureServer` function and it is `null`. Also...
I upgraded the dependency and ran prettier + lint
@mtrezza how do you think we should handle this?
This is ready for re-review
cc: @mtrezza