Skip to content
This repository has been archived by the owner on Mar 25, 2021. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 558 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 558 Bytes

Test utilities

Common helper code used under test. See individual directories for details of the helpers. All are expected to be publicly exported via the index.ts barrel file in this directory, so test code can reference them as follows:

...
import { renderWithContextProviders } from 'utils/test';
...

Provided utilities

  • Context - utilities for writing tests for components that use contexts.
  • i18n - i18n test helpers
  • withApollo - Apollo client helper utilities