diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index dfddfd9..b8d1506 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "@types/assert": "^1.4.6", "@types/chai": "^4.2.18", "@types/express": "^4.17.2", + "@types/jest": "^27.0.2", "@types/mocha": "^8.0.1", "@types/node": "^14.14.13", "@types/prop-types": "^15.7.3", @@ -50,6 +51,7 @@ "eslint-plugin-standard": "^5.0.0", "express": "^4.17.1", "html-webpack-plugin": "4.5.2", + "jest": "^27.2.2", "jsonwebtoken": "^8.5.1", "jszip": "^3.2.2", "karma": "^6.0.1", @@ -76,6 +78,7 @@ "sinon-chrome": "^3.0.1", "style-loader": "^2.0.0", "styled-components": "^5.3.0", + "ts-jest": "^27.0.5", "ts-loader": "^8.0.2", "ts-node": "^10.0.0", "tsyringe": "4.5.0", |