Adicioanndo tipos do jest

This commit is contained in:
Leandro Costa 2023-01-26 22:33:12 -03:00
parent b23980922e
commit 5c96a973f5

View file

@ -12,6 +12,7 @@
"test:watch": "jest --watchAll" "test:watch": "jest --watchAll"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.11.18", "@types/node": "^18.11.18",
"jest": "^29.4.1", "jest": "^29.4.1",
"ts-jest": "^29.0.5", "ts-jest": "^29.0.5",