We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d49f95 commit 854eca8Copy full SHA for 854eca8
content/recipes/automock.md
@@ -25,13 +25,13 @@ Automock support both Jest and Sinon. Just install the appropriate package for y
25
Furthermore, you need to install the `@automock/adapters.nestjs` (as Automock supports other adapters).
26
27
```bash
28
-npm i -D @automock/jest @automock/adapters.nestjs
+$ npm i -D @automock/jest @automock/adapters.nestjs
29
```
30
31
Or, for Sinon:
32
33
34
-npm i -D @automock/sinon @automock/adapters.nestjs
+$ npm i -D @automock/sinon @automock/adapters.nestjs
35
36
37
#### Example
0 commit comments