Florent Vilmart
Florent Vilmart
Could you expose the option in the adapter constructor?
@rogerhu what are your thoughts? @mitchymitch is a colleague of mine.
This will yield a lot a warnings. My main concern is that the current behavior is the same as on iOS, so I’m unsure about the Fox and the potential...
HI @JulienKode. In our setup, we need to reference cloud main file with the full path: ``` cloud: `${__dirname }/../cloud/main.js` ``` Then it should be good
We always run our tests with the full cloud code loaded for edge to edge tests. Then it you wanna test a particular JavaScript method, you don’t need parse server....
@omairvaiyani what you could do is leverage a global function in your helper.js given you’re using jasmine. Or you could put it in any module and simply export it where...