Skip to content

Instantly share code, notes, and snippets.

@grantcarthew
Last active March 1, 2019 03:48
Show Gist options
  • Save grantcarthew/bb0828d0a6856a1cac8f7fddc34ae854 to your computer and use it in GitHub Desktop.
Save grantcarthew/bb0828d0a6856a1cac8f7fddc34ae854 to your computer and use it in GitHub Desktop.
medium-jest.config.js
// 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