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';
...
- Context - utilities for writing tests for components that use contexts.