From 729e41b3aa7aa67244c6e4eb8195a328034913d7 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Wed, 11 May 2022 12:24:04 -0700 Subject: [PATCH] docs: component testing npm nit --- docs/src/test-components-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-components-js.md b/docs/src/test-components-js.md index 338c9a7d4f..47e4366c82 100644 --- a/docs/src/test-components-js.md +++ b/docs/src/test-components-js.md @@ -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: