Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rzane/apollo-test-client

Utilities for testing with Apollo Client
https://github.com/rzane/apollo-test-client

apollo client react test testing

Last synced: about 1 month ago
JSON representation

Utilities for testing with Apollo Client

Awesome Lists containing this project

README

        

apollo-test-client

![Build](https://github.com/rzane/apollo-test-client/workflows/Build/badge.svg)
![Version](https://img.shields.io/npm/v/apollo-test-client)
![Size](https://img.shields.io/bundlephobia/minzip/apollo-test-client)
![License](https://img.shields.io/npm/l/apollo-test-client)

A set of functions to generate instances of ApolloClient for testing.

The following functions are available:

* `createStubbedClient`
* `createMockedClient`
* `createSchemaClient`
* `createLoadingClient`
* `createErrorClient`