X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=test%2Flib%2Fstdio-credential.js;fp=test%2Flib%2Fstdio-credential.js;h=c0dbbb682ad8ec320d862255ee4340db9d269a62;hb=9c8e775e5ab96a1788f535760bfa72205c430d15;hp=54865cb2e5c0e9d3eded6542e4e3354b425b1fa5;hpb=786f4aa122c3c3a1c1c8224abacd12d0ca079cd0;p=squeep-authentication-module diff --git a/test/lib/stdio-credential.js b/test/lib/stdio-credential.js index 54865cb..c0dbbb6 100644 --- a/test/lib/stdio-credential.js +++ b/test/lib/stdio-credential.js @@ -9,6 +9,7 @@ describe('stdioCredential', function () { let answerCb, prompt; beforeEach(function () { + // eslint-disable-next-line no-unused-vars sinon.stub(readline, 'createInterface').callsFake(({ input, output, terminal }) => { return { close: () => undefined,