Skip to content
Snippets Groups Projects
Commit 79a11e83 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

tests: fix coverage

parent 43492d11
No related merge requests found
...@@ -35,6 +35,7 @@ function decryptConfig(config, privateKey) { ...@@ -35,6 +35,7 @@ function decryptConfig(config, privateKey) {
.toString(); .toString();
// let it throw if the above fails // let it throw if the above fails
} }
// istanbul ignore if
if (!decryptedStr.length) { if (!decryptedStr.length) {
throw new Error('empty string'); throw new Error('empty string');
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment