Skip to content

Instantly share code, notes, and snippets.

@ryanpedersen42
Last active July 9, 2020 19:41
Show Gist options
  • Save ryanpedersen42/3e2f3c35f330c89a20d791be3c569aca to your computer and use it in GitHub Desktop.
Save ryanpedersen42/3e2f3c35f330c89a20d791be3c569aca to your computer and use it in GitHub Desktop.
Testing Example
"jest": {
"reporters": [
"default",
"jest-junit"
],
},
"jest-junit": {
"addFileAttribute": "true"
},
"devDependencies": {
"jest-junit": "^10.0.0",
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment