@@ -655,7 +655,7 @@ Please, be aware of these issues when using this option. Vitest team cannot fix
655655- ** Type:** ` Record<'threads' | 'forks' | 'vmThreads', {}> `
656656- ** Default:** ` {} `
657657
658- #### poolOptions.threads< NonProjectOption />
658+ #### poolOptions.threads
659659
660660Options for ` threads ` pool.
661661
@@ -687,7 +687,7 @@ Maximum number of threads. You can also use `VITEST_MAX_THREADS` environment var
687687
688688Minimum number of threads. You can also use ` VITEST_MIN_THREADS ` environment variable.
689689
690- ##### poolOptions.threads.singleThread< NonProjectOption />
690+ ##### poolOptions.threads.singleThread
691691
692692- ** Type:** ` boolean `
693693- ** Default:** ` false `
@@ -710,7 +710,7 @@ Use Atomics to synchronize threads.
710710
711711This can improve performance in some cases, but might cause segfault in older Node versions.
712712
713- ##### poolOptions.threads.isolate< NonProjectOption />
713+ ##### poolOptions.threads.isolate
714714
715715- ** Type:** ` boolean `
716716- ** Default:** ` true `
@@ -728,7 +728,7 @@ Pass additional arguments to `node` in the threads. See [Command-line API | Node
728728Be careful when using, it as some options may crash worker, e.g. --prof, --title. See https://github.com/nodejs/node/issues/41103 .
729729:::
730730
731- #### poolOptions.forks< NonProjectOption />
731+ #### poolOptions.forks
732732
733733Options for ` forks ` pool.
734734
@@ -760,14 +760,14 @@ Maximum number of forks.
760760
761761Minimum number of forks.
762762
763- ##### poolOptions.forks.isolate< NonProjectOption />
763+ ##### poolOptions.forks.isolate
764764
765765- ** Type:** ` boolean `
766766- ** Default:** ` true `
767767
768768Isolate environment for each test file.
769769
770- ##### poolOptions.forks.singleFork< NonProjectOption />
770+ ##### poolOptions.forks.singleFork
771771
772772- ** Type:** ` boolean `
773773- ** Default:** ` false `
@@ -792,7 +792,7 @@ Pass additional arguments to `node` process in the child processes. See [Command
792792Be careful when using, it as some options may crash worker, e.g. --prof, --title. See https://github.com/nodejs/node/issues/41103 .
793793:::
794794
795- #### poolOptions.vmThreads< NonProjectOption />
795+ #### poolOptions.vmThreads
796796
797797Options for ` vmThreads ` pool.
798798
0 commit comments