---
title: Expect
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/assert/src/lib/expect.ts#L195
---

# Expect

## Signature

```ts
interface Expect {
  (received: unknown): Expectation;
}

```