From a148e4d799b9cbb1b33bd30edb7aee3634603c64 Mon Sep 17 00:00:00 2001 From: David Mehren Date: Sat, 9 May 2020 17:25:24 +0200 Subject: [PATCH] Add @types for sinon Signed-off-by: David Mehren --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index b0ccbba41..feccc807c 100644 --- a/package.json +++ b/package.json @@ -187,6 +187,7 @@ "@types/passport-twitter": "^1.0.34", "@types/passport.socketio": "^3.7.2", "@types/randomcolor": "^0.5.4", + "@types/sinon": "^9.0.0", "@types/validator": "^13.0.0", "@typescript-eslint/eslint-plugin": "^2.27.0", "@typescript-eslint/parser": "^2.27.0",