From 79a11e8387da6409c77b5b81f6302bf078eca771 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Fri, 25 Jan 2019 06:36:07 +0100 Subject: [PATCH] tests: fix coverage --- lib/config/decrypt.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/config/decrypt.js b/lib/config/decrypt.js index 489c63a3b6..c3c9f5667e 100644 --- a/lib/config/decrypt.js +++ b/lib/config/decrypt.js @@ -35,6 +35,7 @@ function decryptConfig(config, privateKey) { .toString(); // let it throw if the above fails } + // istanbul ignore if if (!decryptedStr.length) { throw new Error('empty string'); } -- GitLab