Skip to content

Instantly share code, notes, and snippets.

@grantcarthew
Created March 2, 2019 08:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grantcarthew/d4f31908655445a7cd556d36f35e1a46 to your computer and use it in GitHub Desktop.
Save grantcarthew/d4f31908655445a7cd556d36f35e1a46 to your computer and use it in GitHub Desktop.
medium-global-teardown.js
// global-teardown.js
module.exports = async function () {
await global.__MONGOD__.stop()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment