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 b7b2b0b commit 39b1c2b
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 @@ -137,8 +137,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 39b1c2b

Please sign in to comment.