TestEnvironment
TestEnvironment
The return value of createTestEnvironment, containing the test server and clients for the Shop API and Admin API.
Signature
interface TestEnvironment {
    server: TestServer;
    adminClient: SimpleGraphQLClient;
    shopClient: SimpleGraphQLClient;
}