From 3d20bd00a227ac5f106300d63567a6050696c9ab Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 9 May 2018 11:43:02 +0100 Subject: [PATCH] Pin lolex at 2.3.2 to avoid bug causing tests to fail See https://github.com/sinonjs/lolex/issues/170 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0f0d26c56..8ed7ef2558 100644 --- a/package.json +++ b/package.json @@ -74,7 +74,7 @@ "isomorphic-fetch": "^2.2.1", "linkifyjs": "^2.1.3", "lodash": "^4.13.1", - "lolex": "^2.3.2", + "lolex": "2.3.2", "matrix-js-sdk": "0.10.1", "optimist": "^0.6.1", "pako": "^1.0.5",