Open lucaspouchot opened 2 years ago
Hello!
I'm stuck with the same problem. Were you able to fix it?
Hello, Sadly, I ended up not using this module but using Puppeteer directly :( (And, shame on me, I've isolated use of Puppeteer in a module that does not have tests :O )
Hello, I would like to know if anyone is successful in using this add-on using Nestjs tests?
My controller is working fine but my tests are failing. I don't really know how to do it but I have an Error: A circular dependency has been detected when I run me tests.
In my
app.module.ts
, I haveIn my
area.controller.ts
, I haveand in my
area.controller.spec.ts
, I haveAnd if I don't set the Browser as a provider in the test, I will have : Error: Nest can't resolve dependencies of the AreaController (AreaService, ?)