Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/qwik-testing-library/setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,6 @@ title: Setup
sidebar_label: Setup
---

The easiest way to get started with Qwik Testing Library is to use the Qwik CLI
that comes with your Qwik project to automatically set it up for you:

```bash npm2yarn
npm run qwik add testing-library
```

If you prefer to set it up manually or want to understand what the setup script
does, read along...

## Manual Setup

This module is distributed via [npm][npm] which is bundled with [node][node] and
should be installed as one of your project's `devDependencies`:

Expand Down