From 5abb6ccc794db15522401ecaf7c86b484c94b27f Mon Sep 17 00:00:00 2001 From: --global Date: Mon, 17 Jul 2017 21:15:16 +0200 Subject: [PATCH] fix(UnitTests): downgrade zone.js because of bug, see angular/zone.js#832 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index fed6a1f..8dc182e 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "redux": "^3.7.2", "redux-observable": "^0.14.1", "rxjs": "^5.4.2", - "zone.js": "^0.8.12" + "zone.js": "0.8.12" }, "devDependencies": { "@angular/cli": "^1.2.1",