Skip to content

Instantly share code, notes, and snippets.

@dansalias
Created November 15, 2019 10:03
Show Gist options
  • Save dansalias/c4bd2e7bbbb15d2a65a87c3a75dc2a07 to your computer and use it in GitHub Desktop.
Save dansalias/c4bd2e7bbbb15d2a65a87c3a75dc2a07 to your computer and use it in GitHub Desktop.
Lambda Testing Example - package.json
{
...
"scripts": {
"test": "nvm exec 10.16.3 npx jest",
...
},
...
"devDependencies": {
...
"jest": "^24.9.0",
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment