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 141cec1 commit fa8cab9Copy full SHA for fa8cab9
content/fundamentals/unit-testing.md
@@ -339,7 +339,7 @@ providers: [
339
340
> info **Hint** Change the `useClass` to `useExisting` to reference a registered provider instead of having Nest instantiate it behind the token.
341
342
-Now the `JwtAuthGuard` is visible to nest as a regular provider that can be overridden when creating the `TestingModule`:
+Now the `JwtAuthGuard` is visible to Nest as a regular provider that can be overridden when creating the `TestingModule`:
343
344
```typescript
345
const moduleRef = await Test.createTestingModule({
0 commit comments