Philippe Morier
Philippe Morier
I could get it to work if I set the `testEnvironment` to `node` in the `jest.config.js`. Therefore, we wouldn't need to set the `@jest-environment node` comment in every file. Maybe...
Hi, Is there any update on this? Thanks!
In my case I could go around Storybook's limitation (throwing error) by changing the type of the injected class to `any`/`never`. I am using an `InjectionToken`, but NO `forwardRef()`. Furthermore,...
Hello @Zamiell :wave:! I was wondering if there is already an update concerning having `@typescript-eslint/no-unused-private-class-members` created/updated :innocent:? Thank you!