# Testing

Experimental testing utilities for command line applications.

> [!WARNING]
> The testing module currently only supports Deno.

## Installation

<!--tabs-start-->

### Deno

```bash
deno add jsr:@cliffy/testing
```

### Pnpm

```bash
pnpm add jsr:@cliffy/testing
```

or (using pnpm 10.8 or older):

```bash
pnpm dlx jsr add @cliffy/testing
```

### Yarn

```bash
yarn add jsr:@cliffy/testing
```

or (using Yarn 4.8 or older):

```bash
yarn dlx jsr add @cliffy/testing
```

### Vlt

```bash
vlt install jsr:@cliffy/testing
```

### Npm

```bash
npx jsr add @cliffy/testing
```

### Bun

```bash
bunx jsr add @cliffy/testing
```

<!--tabs-end-->
