Test coverage reports; voicemsg command; debug command; refactoring
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node-fetch": "^2.6.11",
|
||||
"c8": "^11.0.0",
|
||||
"jest": "^29.7.0",
|
||||
"prettier": "^3.5.3",
|
||||
"ts-jest": "^29.1.2",
|
||||
@@ -34,6 +35,8 @@
|
||||
"format": "prettier --write .",
|
||||
"format:check": "prettier --check .",
|
||||
"test": "jest",
|
||||
"test:watch": "jest --watch"
|
||||
"test:watch": "jest --watch",
|
||||
"test:coverage": "c8 jest",
|
||||
"test:ci": "c8 jest"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user