Skip to content

Commit 6412476

Browse files
committed
docs(test-runners): remove AVA section
as it is outdated and does not match the style of this document.
1 parent bcc6e02 commit 6412476

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

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

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,14 +135,6 @@ describe('...', () => {
135135
});
136136
```
137137

138-
## AVA test runner
139-
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).
141-
142-
:::note
143-
Note that this tutorial is pre mongodb-memory-server 7.x.
144-
:::
145-
146138
## vitest
147139

148140
<span class="badge badge--secondary">vitest version 3</span>

0 commit comments

Comments
 (0)