Skip to content

Commit cd200ae

Browse files
committed
test: ✅ add reference to related pull request for maxWorkers configuration
1 parent 930d51b commit cd200ae

File tree

46 files changed

+91
-45
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+91
-45
lines changed

apps/101-meal-planner-solution/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/101-meal-planner-starter/vitest.config.mts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export default mergeConfig(
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
2525
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/102-meal-planner-reactive-solution/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/102-meal-planner-reactive-starter/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/201-meal-planner-indirect-output-solution/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/201-meal-planner-indirect-output-starter/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/202-meal-planner-indirect-input-solution/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/202-meal-planner-indirect-input-starter/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/203-meal-repository-solution/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

apps/203-meal-repository-starter/vitest.config.mts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ export default mergeConfig(
2222
isolate: false,
2323
/**
2424
* @todo remove `maxWorkers` once no-isolate parallelism is supported.
25-
* @see https://github.com/vitest-dev/vitest/issues/8478#issuecomment-3421518590
25+
* @see https://github.com/vitest-dev/vitest/issues/8919
26+
* @see https://github.com/vitest-dev/vitest/pull/8915
2627
*/
2728
maxWorkers: 1,
2829
projects: [

0 commit comments

Comments
 (0)