Skip to content

Commit

Permalink
chore: format repo
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jun 30, 2024
1 parent fd01860 commit 996b669
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

# nx plus

**Extending [Nx](https://nx.dev) with Plugins, Executors and Generators.**
**Extending [Nx](https://nx.dev) with Plugins, Executors and Generators.**

- [`Web Test Runner`](packages/web-test-runner/README.md)
8 changes: 4 additions & 4 deletions packages/web-test-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,25 +44,25 @@ nx g @robby-rabbitman/nx-plus-web-test-runner:init

### `@robby-rabbitman/nx-plus-web-test-runner/plugin`

Adds a _test_ target for projects that have a [Web Test Runner config](https://modern-web.dev/docs/test-runner/cli-and-configuration/#configuration-file) file in their root, the plugin infers a Web Test Runner with one of the following names.
Adds a _test_ target for projects that have a [Web Test Runner config](https://modern-web.dev/docs/test-runner/cli-and-configuration/#configuration-file) file in their root, the plugin infers a Web Test Runner with one of the following names.

- `web-test-runner.config.js`
- `web-test-runner.config.cjs`
- `web-test-runner.config.mjs`
- `wtr.config.js`
- `wtr.config.cjs`
- `wtr.config.mjs`

#### Options

```json
// nx.json
"plugins": [
{
"plugin": "@robby-rabbitman/nx-plus-web-test-runner/plugin",
"options": {
"options": {
// the name of the web test runner target => nx run {{project}}:test
"targetName": "test"
"targetName": "test"
}
},
]
Expand Down

0 comments on commit 996b669

Please sign in to comment.