Issue #78 - Add jest to test command

This commit is contained in:
Mike Taylor 2019-11-28 06:54:53 -06:00
Родитель 7a4142e9db
Коммит e209abe6d7
1 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -7,10 +7,11 @@
"node": ">=8"
},
"scripts": {
"start": "GOOGLE_APPLICATION_CREDENTIALS='credentials.json' node index.js",
"jest": "jest",
"lint": "eslint *.js",
"lint-fix": "run-p 'lint -- --fix'",
"test": "run-p lint"
"start": "GOOGLE_APPLICATION_CREDENTIALS='credentials.json' node index.js",
"test": "run-p lint jest"
},
"repository": {
"type": "git",