# @theorchard/suite-testing

## 3.2.0

### Minor Changes

-   Update authClient mock

## 3.1.1

### Patch Changes

-   Add lodash-es to lodash jest module mapping for ESM compatibility

## 3.1.0

### Minor Changes

-   Update authClient mocks

## 3.0.5

### Minor Changes

-   Fix rerender argument type

## 3.0.4

### Patch Changes

-   Fix types for React 18

## 3.0.3

### Patch Changes

-   Added exports field to package.json

## 3.0.2

### Patch Changes

-   Expose rerender function with built-in app ContextTree

## 3.0.1

### Patch Changes

-   Updated to support the new `AuthClient.refresh` method.

## 3.0.0

### Major Changes

-   Updated to use the new identity model.

### Breaking Changes

-   Removed the exported `createAuthUser` function.

## 2.0.0

### Major Changes

-   Supports suite-frontend v4

### Breaking Changes

-   Removes the "ToastProvider" export as it is now being exported by suite-frontend.

## 1.4.0

### Minor Changes

-   Export ToastProvider from suite-testing

## 1.3.0

### Minor Changes

-   You can now pass search and initialIndex options to the MemoryRouter

## 1.2.0

### Patch Changes

-   Targets `suite-frontend` >= `2.13.0` .

## 1.1.3

### Patch Changes

-   Update types.

## 1.1.2

### Patch Changes

-   Add missing `AppConfigContext` to renderInAppContext util.

## 1.1.1

### Patch Changes

-   Fix renderInAppContext options

## 1.1.0

### Minor Changes

-   Passthrough render options to the renderInAppContext util.

## 1.0.1

### Patch Changes

-   Fix deps
