mirror of
https://github.com/vitest-dev/vitest.git
synced 2026-02-01 17:36:51 +00:00
docs: Fix minor typos (#5427)
This commit is contained in:
parent
ffec1dc6af
commit
d8a434a4cc
@ -1,6 +1,6 @@
|
||||
# assert
|
||||
|
||||
Vitest reexports `assert` method from [`chai`](https://www.chaijs.com/api/assert/) for verifying invariants.
|
||||
Vitest reexports the `assert` method from [`chai`](https://www.chaijs.com/api/assert/) for verifying invariants.
|
||||
|
||||
## assert
|
||||
|
||||
@ -1699,7 +1699,7 @@ test('assert.increases', () => {
|
||||
|
||||
- **Type:** `<T>(modifier: Function, object: T, property: string, message?: string) => void`
|
||||
|
||||
Asserts that a `modifier` dose not increases a numeric `object`'s `property`.
|
||||
Asserts that a `modifier` does not increases a numeric `object`'s `property`.
|
||||
|
||||
```ts
|
||||
import { assert, test } from 'vitest'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user