mirror of
https://github.com/nestjs/docs.nestjs.com.git
synced 2026-02-25 22:15:07 +00:00
Merge pull request #3356 from omermorad/patch-1
docs(recipes): suites type reference typo
This commit is contained in:
@@ -59,7 +59,7 @@ Create `global.d.ts` at your project root:
|
||||
|
||||
```typescript
|
||||
/// <reference types="@suites/doubles.jest/unit" />
|
||||
/// <reference types="@suites/di.nestjs/metadata" />
|
||||
/// <reference types="@suites/di.nestjs/types" />
|
||||
```
|
||||
|
||||
#### Create a sample service
|
||||
|
||||
Reference in New Issue
Block a user