Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
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