You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/integration-examples/test-runners.md
-8Lines changed: 0 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,14 +135,6 @@ describe('...', () => {
135
135
});
136
136
```
137
137
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
-
146
138
## vitest
147
139
148
140
<spanclass="badge badge--secondary">vitest version 3</span>
0 commit comments