add coverage

This commit is contained in:
Николай Вигдоров
2025-03-08 16:42:12 +03:00
parent ebcef037fa
commit cc32f99c32
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,4 +1,5 @@
/node_modules
/.vscode
/build
/coverage

View File

@ -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",