Loïc Peron

Results 1 issues of Loïc Peron

Hi guys, I'm having troubles trying to inject dependencies into a tested module within `create-react-app` environment. my test configuration looks like this: ``` javascript beforeEach(() => { [...] // this...