From e209abe6d77a3ac698ea595dd47891a60b126296 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 28 Nov 2019 06:54:53 -0600 Subject: [PATCH] Issue #78 - Add jest to test command --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 574137f..6f5f9c1 100644 --- a/package.json +++ b/package.json @@ -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",