From b2d945bb40f81133e6074bee8ee7ae4762195be1 Mon Sep 17 00:00:00 2001 From: hasezoey Date: Thu, 18 Jul 2024 12:44:22 +0200 Subject: [PATCH] docs(test-runners): improve writing for the AVA section --- docs/guides/integration-examples/test-runners.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guides/integration-examples/test-runners.md b/docs/guides/integration-examples/test-runners.md index 3914996d..84f5d197 100644 --- a/docs/guides/integration-examples/test-runners.md +++ b/docs/guides/integration-examples/test-runners.md @@ -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. :::