From 316b8d2952d61983c28f743fd9f979d70bb06762 Mon Sep 17 00:00:00 2001 From: robby rabbitman Date: Mon, 1 Jul 2024 00:48:08 +0200 Subject: [PATCH] docs(web-test-runner): enhance json --- packages/web-test-runner/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/web-test-runner/README.md b/packages/web-test-runner/README.md index 0438daac..6bed2a61 100644 --- a/packages/web-test-runner/README.md +++ b/packages/web-test-runner/README.md @@ -4,7 +4,7 @@ # nx-plus-web-test-runner -[Nx](https://nx.dev) plugin to infer the [Web Test Runner](https://modern-web.dev/docs/test-runner/overview) in a workspace. +[Nx](https://nx.dev) plugin to infer [Web Test Runner](https://modern-web.dev/docs/test-runner/overview) in a workspace. ## 🚀 Getting started @@ -16,7 +16,7 @@ npm i -D @robby-rabbitman/nx-plus-web-test-runner nx g @robby-rabbitman/nx-plus-web-test-runner:init ``` -Projects with a Web Test Runner now have a `test` target. +Projects with a Web Test Runner now have a _test_ target. ```sh nx run {{project}}:test @@ -55,7 +55,7 @@ Adds a _test_ target for projects that have a [Web Test Runner config](https://m #### Options -```json +```json5 // nx.json "plugins": [ {