Skip to content

Commit

Permalink
fix: remove @todo from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfalaska committed Dec 13, 2024
1 parent 68cf58d commit 34b28ac
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 42 deletions.
21 changes: 0 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,27 +211,6 @@ turbo dev --filter=@auro-formkit/auro-input
npm run test
```

### @TODO:

#### WTR & Workspaces

`web-test-runner` does not support the `node:` prefix. Therefore, this does not work:

```
"test": "wtr --config node:@auro-formkit/config/wtr --coverage"
```
However, referencing the path directly works:

```
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage"
```

`pnpm`supports a `workspace:` prefix:

```
"test": "wtr --config workspace:@auro-formkit/config/wtr --coverage"
```

#### Port configuration

Turbo will attempt to test components in parallel which will lead to port conflicts.
Expand Down
21 changes: 0 additions & 21 deletions docs/partials/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,6 @@
npm run test
```

### @TODO:

#### WTR & Workspaces

`web-test-runner` does not support the `node:` prefix. Therefore, this does not work:

```
"test": "wtr --config node:@auro-formkit/config/wtr --coverage"
```
However, referencing the path directly works:

```
"test": "wtr --config \"../../packages/config/src/web-test-runner.config.mjs\" --coverage"
```

`pnpm`supports a `workspace:` prefix:

```
"test": "wtr --config workspace:@auro-formkit/config/wtr --coverage"
```

#### Port configuration

Turbo will attempt to test components in parallel which will lead to port conflicts.
Expand Down

0 comments on commit 34b28ac

Please sign in to comment.