---
title: RemixTestPool
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.0/packages/test/src/lib/config.ts#L175
---

# RemixTestPool

## Signature

```ts
type RemixTestPool = "forks" | "threads";

```