Skip to content

Commit 5ce8398

Browse files
Merge pull request #3249 from gringlas/patch-1
docs(suites): added hint for compiler-option
2 parents a3b7df0 + 7dcaa87 commit 5ce8398

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

content/recipes/suites.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ $ npm install --save-dev @suites/unit @suites/di.nestjs @suites/doubles.sinon
5353

5454
</details>
5555

56+
> info **Hint** Make sure to have `"emitDecoratorMetadata": true` in your tsconfig `compilerOptions` (NestJS standard).
57+
5658
#### Set up type definitions
5759

5860
Create `global.d.ts` at your project root:

0 commit comments

Comments
 (0)