Last active
March 1, 2019 03:48
-
-
Save grantcarthew/bb0828d0a6856a1cac8f7fddc34ae854 to your computer and use it in GitHub Desktop.
medium-jest.config.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
// jest.config.js | |
module.exports = { | |
clearMocks: true, | |
globalSetup: '<rootDir>/tests/setup/global-setup.js', | |
globalTeardown: '<rootDir>/tests/setup/global-teardown.js', | |
testEnvironment: '<rootDir>/tests/setup/mongo-environment.js' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment