Tag: vscode

How I solve `Unsed '@ts-expect-error' directive` in NestJS

When I was working on a NestJS project, I was trying to write a test case for a service. But I encountered an error when trying to inject ZodAnyType as a argument for the directive.