You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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, ?)
The text was updated successfully, but these errors were encountered: