diff --git a/.gitignore b/.gitignore index 6b3f1b1..43b2b89 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /node_modules /.vscode /build +/coverage diff --git a/package.json b/package.json index 2bf8835..ea893c3 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "dev": "webpack serve --mode=development --open=false", "build": "webpack --mode=production", "lint": "eslint -c .eslintrc.json src --fix", - "test": "jest" + "test": "jest --coverage" }, "repository": { "type": "git",