Skip to content

Commit

Permalink
update broken link for basic.command test example
Browse files Browse the repository at this point in the history
  • Loading branch information
kapekost authored Apr 12, 2024
1 parent cabb3fb commit 71cd6a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nest-commander-testing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ with the NestJS ecosystem, it'll feel right at home to any Nestlings out there.
your metadata, very similarly to how `Test.createTestingModule` from `@nestjs/testing` works. In
fact, it uses this package under the hood. You're also still able to chain on the `overrideProvider`
methods before calling `compile()` so you can swap out DI pieces right in the test.
[A nice example of this can be seen in the basic.command.factory.spec.ts file](./../../integration/test/basic.command.factory.spec.ts).
[A nice example of this can be seen in the basic.command.factory.spec.ts file](./../../integration/basic/test/basic.command.factory.spec.ts).

## Testing Inquirer Questions

Expand Down

0 comments on commit 71cd6a2

Please sign in to comment.