Skip to content

Instantly share code, notes, and snippets.

@ig-perez
Created December 4, 2019 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ig-perez/09c029602cddc1549fd459ebed8ddb94 to your computer and use it in GitHub Desktop.
Save ig-perez/09c029602cddc1549fd459ebed8ddb94 to your computer and use it in GitHub Desktop.
Bespoken Sample: This is how a testing.json file looks like for unit testing
{
"handler": "../../index.js",
"trace": "false",
"jest": {
"silent": true,
"collectCoverageFrom": [
"index.js"
]
},
"include": ["FirstUse"],
"exclude": ["broken"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment