Miguel Alho
Miguel Alho
Thanks! Good to know. I didn’t know about null_resource to execute scripts, and I think I can leverage it in other places, so thanks for that @meckhardt and @mrparkers!
An option I've used, similar to a situation I've found in a previous iteration with the Apollo provider (https://www.apollographql.com/docs/react/development-testing/testing/#the-mockedprovider-component), was to create a render method that could wrap the component...
not really - my suggestion was from a consumer point-of-view - (someone writing tests on a component that uses `useAuth`). It worked for me (partially) so that's why I suggested...
Seems to work if you pass them in the options. I Tried with AppVeyor and got something like: ``` const scanner = require('sonarqube-scanner'); var options = { "sonar.sources": "./src", //......