Xavi Colomer
Xavi Colomer
initWithOptions(options) is failing because cognitoClient is undefined. Is anyone else having this problem? `AWSCognitoCredentials.initWithOptions({'region':AWS_REGION,'identity_pool_id':COGNITO_IDENTITY_POOL_ID})` And inside this function: `cognitoClient.initWithOptions(options)`
Any news on that @MacKentoch ? I would also like to remove that sound.
@vieiralucas You are right, but now I get this: `AssertionError: expected { Spy, 1 call } to have been called with [ Array(3) ]` After changing it the last code...
Yes it is called. Please find below an extended version of the code above with the function. The queryReturnsInsert is logged correctly. I also tried adding eventually (although since its...
Since the database.query its abstract from the ORM, I can also simply kind of mock and save the arguments: ```javascript let _sql, _country, _values; const queryReturnsInsert = (SQL, country, values)...
Ok. I fixed because I was working remotelly with no mouse connected on the Raspberry Pi, so it wasn't creating the '/dev/input/mouse0' But I have a new error now. Traceback...