You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: guide/improving-performance.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,11 +58,11 @@ export default defineConfig({
58
58
59
59
:::
60
60
61
-
## Limiting directorysearch
61
+
## 限制搜索目录 {#limiting-directory-search}
62
62
63
-
You can limit the working directory when Vitest searches for files using [`test.dir`](/config/#test-dir)option. This should make the search faster if you have unrelated folders and files in the root directory.
0 commit comments