Babak Haj Azim Zanjani

Results 17 comments of Babak Haj Azim Zanjani

I think it will be fixed soon after the release of this PR: https://github.com/conventional-changelog/commitlint/pull/3953 For now, as @geoff-harper and @Noxdor suggested downgrade to the latest stable version as below solve...

I have a nestjs service in a module and now want to test different paths of my code based on my environment variable. For normal environment variables I usually get...

I personally prefer the second approach to pass an object to envalid for tests. I'll check it in my free time and keep you updated.

OK This is my second try using `@golevelup/ts-jest` and `nestjs-envalid`: ``` import { createMock } from "@golevelup/ts-jest"; import { ENVALID, EnvalidModule } from "nestjs-envalid"; import { Config } from "../../config";...

Let me check to see how we can achieve this. I'll probably send a PR for it. Thanks for your response.

Maybe related: https://github.com/firsttris/vscode-jest-runner/pull/335

I'm experiencing the same issues for all NX commands. It just waits every time and start the command with a huge delay, see the video below, it waits for a...