Last active
May 23, 2019 04:34
-
-
Save wataruoguchi/39ebf0ee7f33bdb58ecce7909c677400 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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