From 93a0efa83215344f8a4c7fb28ec389028f3f92d5 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Thu, 27 May 2021 18:50:44 -0700 Subject: [PATCH] docs(runner): start adding runner docs (3) (#6777) --- docs/src/test-runner-intro-js.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/src/test-runner-intro-js.md b/docs/src/test-runner-intro-js.md index 445e263dce..808b80d6fc 100644 --- a/docs/src/test-runner-intro-js.md +++ b/docs/src/test-runner-intro-js.md @@ -15,8 +15,6 @@ There are many more exciting features, so read on! -Note that you can still wire Playwright to your existing JavaScript [test runner]('./test-runners-other.md). - ## Installation ```sh