docs: component testing npm nit

This commit is contained in:
Pavel Feldman 2022-05-11 12:24:04 -07:00
parent 0558c6c18d
commit 729e41b3aa

View File

@ -38,7 +38,7 @@ Adding Playwright Test to an existing React, Vue or Svelte project is easy. Belo
### Step 1: Install Playwright Test for components for your respective framework
```sh
npm init playwright@latest --ct
npm init playwright@latest -- --ct
```
This step creates several files in your workspace: