# Test

## Usage

{% tabs %}
{% tab title="npm" %}

```bash
npm test
```

{% endtab %}

{% tab title="Yarn" %}

```bash
yarn test
```

{% endtab %}

{% tab title="Bun" %}

```bash
bun test
```

{% endtab %}

{% tab title="Deno" %}

```bash
deno test
```

{% endtab %}
{% endtabs %}

This script will notify you if a framework update is available.
