Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 461 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 461 Bytes

A server instance must be running for most functionality.

Install dependencies:

yarn install

Run development build locally:

yarn start

Test:

yarn test

Testing

Component tests are located under src/components/ComponentName/ComponentName.test.js

Using jest-fetch-mock to mock calls to fetch.