UNPKG

107 BJavaScriptView Raw
1module.exports = async function() {
2 console.log('Teardown mongod');
3 await global.__MONGOD__.stop();
4};