Skip to content

Commit

Permalink
docs(): fix create test client docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilmysliwiec committed Nov 9, 2020
1 parent d4493af commit 302d1a3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/utils/create-test-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ import { getApolloServer } from '../../lib';
/**
* Provides a single hook to run operations through the request pipeline,
* enabling the most thorough tests possible without starting up an HTTP server.
* @param testingModule the Nest.js testing module
*
* @param testingModule Nest testing module reference
* @returns a query and mutate function that can be used to run operations against the
* server instance. Currently, queries and mutations are the only operation
* types supported by createTestClient.
Expand Down

0 comments on commit 302d1a3

Please sign in to comment.