Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 439 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 439 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.