diff --git a/api/index.md b/api/index.md index 99ed6071..d655db68 100644 --- a/api/index.md +++ b/api/index.md @@ -849,7 +849,7 @@ import { assert, describe, test } from 'vitest' describe.skip('skipped suite', () => { test('sqrt', () => { - // 套件跳过,没有错误 + // 跳过测试套件,不报错 assert.equal(Math.sqrt(4), 3) }) })