-
- Downloads
first unit tests feature/Calculo
__test__/ERCalculator.test.ts
0 → 100644
This diff is collapsed.
... | ... | @@ -21,6 +21,7 @@ |
"devDependencies": { | ||
"@types/cors": "^2.8.12", | ||
"@types/express": "^4.17.13", | ||
"@types/jest": "^27.0.2", | ||
"@types/node": "^16.7.10", | ||
"@types/swagger-jsdoc": "^6.0.1", | ||
"@types/swagger-ui-express": "^4.1.3", | ||
... | ... | @@ -37,11 +38,12 @@ |
"eslint-plugin-react": "^7.21.5", | ||
"eslint-plugin-react-hooks": "^4.0.8", | ||
"husky": "^4.3.8", | ||
"jest": "^27.0.6", | ||
"jest": "^27.2.3", | ||
"lint-staged": "^11.1.2", | ||
"nodemon": "^2.0.12", | ||
"ts-jest": "^27.0.5", | ||
"ts-node": "^10.2.1", | ||
"typescript": "^4.4.2" | ||
"typescript": "^4.4.3" | ||
}, | ||
"scripts": { | ||
"start": "nodemon ./src/index.ts", | ||
... | ... |
Please register or sign in to comment