Skip to content

Instantly share code, notes, and snippets.

@ollelauribostrom
Last active August 1, 2018 10:14
Show Gist options
  • Save ollelauribostrom/78d490b0ebcffb879e9425aad7e6cdfc to your computer and use it in GitHub Desktop.
Save ollelauribostrom/78d490b0ebcffb879e9425aad7e6cdfc to your computer and use it in GitHub Desktop.
yarn add jest-enzyme --dev
# OR
npm install jest-enzyme --save-dev
"jest": {
"setupTestFrameworkScriptFile": "./node_modules/jest-enzyme/lib/index.js"
}
// If you are using TypeScript, import typings in your test files by doing
import 'jest-enzyme';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment