Skip to content

Commit

Permalink
docs(test-runners): improve writing for the AVA section
Browse files Browse the repository at this point in the history
  • Loading branch information
hasezoey committed Jul 18, 2024
1 parent 5e19c94 commit b2d945b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/integration-examples/test-runners.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ describe('...', () => {

## AVA test runner

For AVA written [detailed tutorial](https://github.com/zellwk/ava/blob/8b7ccba1d80258b272ae7cae6ba4967cd1c13030/docs/recipes/endpoint-testing-with-mongoose.md) how to test mongoose models by @zellwk.
For AVA there is a [detailed written tutorial](https://github.com/zellwk/ava/blob/8b7ccba1d80258b272ae7cae6ba4967cd1c13030/docs/recipes/endpoint-testing-with-mongoose.md) on how to test mongoose models with mongodb-memory-server by [@zellwk](https://github.com/zellwk).

:::note
Note that this mentioned tutorial is pre 7.x
Note that this tutorial is pre mongodb-memory-server 7.x.
:::

0 comments on commit b2d945b

Please sign in to comment.