From cc32f99c32c3d1e52eb4abe5671d63a6d24f997f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9D=D0=B8=D0=BA=D0=BE=D0=BB=D0=B0=D0=B9=20=D0=92=D0=B8?= =?UTF-8?q?=D0=B3=D0=B4=D0=BE=D1=80=D0=BE=D0=B2?= Date: Sat, 8 Mar 2025 16:42:12 +0300 Subject: [PATCH] add coverage --- .gitignore | 1 + package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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",