Relative Content

Tag Archive for typescriptjestjsts-jest

@nestjs/testing and `describe` methods not found

I am using Jest to test my songs.controller.spec.ts file, but VSCode cannot detect the module @nestjs/testing and the describe method on the songs.controller.spec.ts file. The file content is the following (just a default spec file generated by Nest).