From 79e68b1dbe6498f1afef7a609598a7ec70c405d9 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 24 Oct 2018 21:11:52 -0400 Subject: [PATCH] add coverage report --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index c2658d7d1b..642271f58e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ node_modules/ +coverage/ \ No newline at end of file diff --git a/package.json b/package.json index 16a437c618..39850a2734 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "main": "index.js", "scripts": { "start": "webpack-dev-server --config ./webpack.config.js --mode development", - "test": "jest --watchAll", + "test": "jest --watchAll --coverage", "lint": "./node_modules/eslint/bin/eslint.js src/**/*.js src/**/*.jsx" }, "keywords": [],