Skip to content

Instantly share code, notes, and snippets.

@wataruoguchi
Last active May 23, 2019 04:34
Show Gist options
  • Save wataruoguchi/39ebf0ee7f33bdb58ecce7909c677400 to your computer and use it in GitHub Desktop.
Save wataruoguchi/39ebf0ee7f33bdb58ecce7909c677400 to your computer and use it in GitHub Desktop.
// package.json
{
...
"scripts": {
...
"test": "run-local-lambda --file index.js --event tests/event.json",
"jest": "jest",
...
},
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment