Skip to content

Latest commit

 

History

History
 
 

test

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.