Skip to content

Commit fa8cab9

Browse files
Update content/fundamentals/unit-testing.md
1 parent 141cec1 commit fa8cab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/fundamentals/unit-testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ providers: [
339339

340340
> info **Hint** Change the `useClass` to `useExisting` to reference a registered provider instead of having Nest instantiate it behind the token.
341341
342-
Now the `JwtAuthGuard` is visible to nest as a regular provider that can be overridden when creating the `TestingModule`:
342+
Now the `JwtAuthGuard` is visible to Nest as a regular provider that can be overridden when creating the `TestingModule`:
343343

344344
```typescript
345345
const moduleRef = await Test.createTestingModule({

0 commit comments

Comments
 (0)