Skip to content

Commit b6afd44

Browse files
committed
typo
1 parent 4870c63 commit b6afd44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

api/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ test.runIf(isDev)('dev only test', () => {
235235
- **类型:** `(name: string | Function, fn: TestFunction, timeout?: number) => void`
236236
- **别名:** `it.only`
237237

238-
使用 `test.only` 仅运行给定 测试套件中的某些测试。这在调试时非常有用。
238+
使用 `test.only` 仅运行给定测试套件中的某些测试。这在调试时非常有用。
239239

240240
可选择提供超时(以毫秒为单位),用于指定终止前的等待时间。默认值为 5 秒,可通过 [testTimeout](/config/#testtimeout) 进行全局配置。
241241

0 commit comments

Comments
 (0)