Created
March 2, 2019 08:19
-
-
Save grantcarthew/d4f31908655445a7cd556d36f35e1a46 to your computer and use it in GitHub Desktop.
medium-global-teardown.js
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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