Skip to content

Commit

Permalink
docs: add note of third-party matchers (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
pd4d10 committed Feb 5, 2022
1 parent 975f2d1 commit 77ba9fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/guide/features.md
Expand Up @@ -177,6 +177,8 @@ You can also use `.skip`, `.only`, and `.todo` with concurrent suites and tests.

[Chai](https://www.chaijs.com/) built-in for assertions plus [Jest expect](https://jestjs.io/docs/expect) compatible APIs

Notice that if you are using third-party libraries that add matchers, setting `test.globals` to `true` will provide better compatibility

## Mocking

[Tinyspy](https://github.com/Aslemammad/tinyspy) built-in for mocking with `jest` compatible APIs on `vi` object.
Expand Down

0 comments on commit 77ba9fa

Please sign in to comment.