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": [],