Skip to content

Commit

Permalink
docs(assertions): udpate link to custom chai assertions guide
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlhw authored Oct 27, 2024
1 parent 1bf0cb6 commit 275e6fa
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 275e6fa

Please sign in to comment.