From 34b28ac97dc801d395fda45487401568e9944f77 Mon Sep 17 00:00:00 2001 From: chrisfalaska <> Date: Fri, 13 Dec 2024 14:13:02 -0800 Subject: [PATCH] fix: remove @todo from readme --- README.md | 21 --------------------- docs/partials/testing.md | 21 --------------------- 2 files changed, 42 deletions(-) diff --git a/README.md b/README.md index c06f29e2..b7e029d9 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/docs/partials/testing.md b/docs/partials/testing.md index e18dc50b..d8a04dfa 100644 --- a/docs/partials/testing.md +++ b/docs/partials/testing.md @@ -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.