From 2e8820a9aeb6e9bf7209de63659e907d0d11fe59 Mon Sep 17 00:00:00 2001 From: Yarmo Mackenbach Date: Tue, 17 Nov 2020 00:59:39 +0100 Subject: [PATCH] Rename test file --- test/{verify.test.js => proofs.verify.test.js} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename test/{verify.test.js => proofs.verify.test.js} (98%) diff --git a/test/verify.test.js b/test/proofs.verify.test.js similarity index 98% rename from test/verify.test.js rename to test/proofs.verify.test.js index 9d93e94..8372818 100644 --- a/test/verify.test.js +++ b/test/proofs.verify.test.js @@ -57,7 +57,7 @@ const pattern = { }, } -describe('verify', () => { +describe('proofs.verify', () => { it('should be a function (3 arguments)', () => { expect(doipjs.proofs.verify).to.be.a('function') expect(doipjs.proofs.verify).to.have.length(3)