From 80095785b8a7d77f35bce2153dad0d8a1c47a775 Mon Sep 17 00:00:00 2001 From: Jakob Ackermann Date: Sun, 19 Apr 2020 21:24:59 +0200 Subject: [PATCH] [misc] test/unit: fix process usage for node v12 Signed-off-by: Jakob Ackermann --- services/docstore/test/unit/js/HttpControllerTests.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/services/docstore/test/unit/js/HttpControllerTests.js b/services/docstore/test/unit/js/HttpControllerTests.js index e282c247ff..46bd5088b1 100644 --- a/services/docstore/test/unit/js/HttpControllerTests.js +++ b/services/docstore/test/unit/js/HttpControllerTests.js @@ -32,7 +32,8 @@ describe('HttpController', function() { error: sinon.stub() }), './HealthChecker': {} - } + }, + globals: { process } }) this.res = { send: sinon.stub(),