()
| 15 | } |
| 16 | |
| 17 | export async function closeDb () { |
| 18 | await connection.close() |
| 19 | await db.close() |
| 20 | } |
| 21 | |
| 22 | export async function clearDb () { |
| 23 | await db.collection('comments').deleteMany({}) |
nothing calls this directly
no outgoing calls
no test coverage detected