Skip to content

Instantly share code, notes, and snippets.

@ramon-src
Last active July 20, 2018 00:35
Show Gist options
  • Save ramon-src/4e2dec4650fc7f39e601677448b8a596 to your computer and use it in GitHub Desktop.
Save ramon-src/4e2dec4650fc7f39e601677448b8a596 to your computer and use it in GitHub Desktop.
vue-test-utils and jest npm dependencies
#To install the Jest test runner and the Vue Test Utils tool
npm install --save-dev jest @vue/test-utils
#To allow Jest to know how to work with SFC (Single File Components)
npm install --save-dev vue-jest
#To allow write Jest tests with the latests EcmaScript versions
npm install --save-dev babel-jest
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment