TestEnvironment
The return value of createTestEnvironment, containing the test server and clients for the Shop API and Admin API.
server
property
TestServerA Vendure server instance against which GraphQL requests can be made.
adminClient
property
SimpleGraphQLClientA GraphQL client configured for the Admin API.
shopClient
property
SimpleGraphQLClientA GraphQL client configured for the Shop API.
Was this chapter helpful?