# `@theorchard/suite-testing`

Common utils and mocks for help testing our suite apps

## Usage

```tsx
import { renderInAppContext } from '@theorchard/suite-testing';
import MyComponent from '../myComponent';

const { getByText } = renderInAppContext(<MyComponent />);
```
