Skip to content

Commit

Permalink
docs(web-test-runner): enhance json
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 30, 2024
1 parent ed0f24b commit 316b8d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/web-test-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down Expand Up @@ -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": [
{
Expand Down

0 comments on commit 316b8d2

Please sign in to comment.