Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/app/references/assertions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ Because we are using `chai`, that means you can extend it however you'd like.
Cypress will "just work" with new assertions added to `chai`. You can:

- Write your own `chai` assertions as
[documented here](http://chaijs.com/api/node-events/).
[documented here](https://chaijs.com/guide/helpers/).
- npm install any existing `chai` library and import into your test file or
[support file](/app/core-concepts/writing-and-organizing-tests#Support-file).

Expand Down