Created
September 26, 2018 07:33
-
-
Save constantm/8ad46de2bd6353d879d969aca4b582b5 to your computer and use it in GitHub Desktop.
Getting VSCode Jest extension to work with Vue CLI
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.pathToJest": "node_modules/@vue/cli-service/bin/vue-cli-service.js test:unit", | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
thanks for this