Last active
March 1, 2019 03:49
-
-
Save grantcarthew/e7f274dd5d328d4a9c70fce28283641b to your computer and use it in GitHub Desktop.
medium-package.json
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 <= JSON does not support comments. Remove this line. | |
{ | |
"name": "example", | |
"version": "1.0.0", | |
"description": "Example for test script", | |
"main": "index.js", | |
"scripts": { | |
"test": "LOGENABLED=true LOGLEVEL=error DBCONNECTIONPOOLMAX=10 DBCONNECTIONPOOLIDLE=50 jest --watch" | |
}, | |
"author": "", | |
"license": "" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment