mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 01:29:35 +02:00
Make Mongo available to unit tests in all services GitOrigin-RevId: b65bbb69883d5bba31d09802b89f35bdc523fe4d
6 lines
148 B
JavaScript
6 lines
148 B
JavaScript
// @ts-check
|
|
|
|
const { cleanupTestDatabase, dropTestDatabase } = require('./test-utils')
|
|
|
|
module.exports = { cleanupTestDatabase, dropTestDatabase }
|