Skip to content

Commit 39b1c2b

Browse files
committed
docs(test-runners): improve writing for the AVA section
1 parent b7b2b0b commit 39b1c2b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/integration-examples/test-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ describe('...', () => {
137137

138138
## AVA test runner
139139

140-
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.
140+
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).
141141

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

0 commit comments

Comments
 (0)