---
title: test
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/test/src/lib/framework.ts#L189
---

# test

## Summary

Alias for [`it`](/api/remix/test/function/it/).

## Signature

```ts
const test: (name: string, fn: TestFn) => void;

const test: (name: string, meta: TestMeta, fn: TestFn) => void;

```