Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 468 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 468 Bytes

Example of testing a Relay Modern app using Flow, Jest, react-testing-library and graphql-query-test-mock

This repo is a small example of how you can go about testing a Relay Modern React application using Flow, Jest, react-testing-library, and graphql-query-test-mock. Please check out the annotated code.

Installation

yarn

Usage

yarn flow # To typecheck with Flow
yarn test # To run tests

Check out package.json scripts for more.