We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a3b7df0 + 7dcaa87 commit 5ce8398Copy full SHA for 5ce8398
1 file changed
content/recipes/suites.md
@@ -53,6 +53,8 @@ $ npm install --save-dev @suites/unit @suites/di.nestjs @suites/doubles.sinon
53
54
</details>
55
56
+> info **Hint** Make sure to have `"emitDecoratorMetadata": true` in your tsconfig `compilerOptions` (NestJS standard).
57
+
58
#### Set up type definitions
59
60
Create `global.d.ts` at your project root:
0 commit comments