diff --git a/docs/guide/improving-performance.md b/docs/guide/improving-performance.md index d85a8c2ab706..f12446eb3bc6 100644 --- a/docs/guide/improving-performance.md +++ b/docs/guide/improving-performance.md @@ -29,7 +29,7 @@ export default defineConfig({ ``` ::: -::: note +:::tip If you are using `vmThreads` pool, you cannot disable isolation. Use `threads` pool instead to improve your tests performance. ::: @@ -48,4 +48,4 @@ export default defineConfig({ }, }) ``` -::: \ No newline at end of file +:::