We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4870c63 commit b6afd44Copy full SHA for b6afd44
1 file changed
api/index.md
@@ -235,7 +235,7 @@ test.runIf(isDev)('dev only test', () => {
235
- **类型:** `(name: string | Function, fn: TestFunction, timeout?: number) => void`
236
- **别名:** `it.only`
237
238
-使用 `test.only` 仅运行给定 测试套件中的某些测试。这在调试时非常有用。
+使用 `test.only` 仅运行给定测试套件中的某些测试。这在调试时非常有用。
239
240
可选择提供超时(以毫秒为单位),用于指定终止前的等待时间。默认值为 5 秒,可通过 [testTimeout](/config/#testtimeout) 进行全局配置。
241
0 commit comments