From b12ffc17b827fbb45425a17f6eb0935e921ee424 Mon Sep 17 00:00:00 2001 From: Timo Hocker Date: Sun, 29 Nov 2020 12:05:51 +0100 Subject: [PATCH] lint --- test/spec/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/test/spec/index.js b/test/spec/index.js index a6ff525..e2e8cae 100644 --- a/test/spec/index.js +++ b/test/spec/index.js @@ -143,7 +143,7 @@ describe ('crypto helper', () => { .toEqual (null); }); - it ('should not fail verification if timeout unspecified', async () => { + it ('should not fail verification if timeout unspecified', () => { jasmine.clock () .install (); const base_time = (new Date); @@ -164,7 +164,7 @@ describe ('crypto helper', () => { .uninstall (); }); - it ('should reject old signatures', async () => { + it ('should reject old signatures', () => { jasmine.clock () .install (); const base_time = (new Date); @@ -185,7 +185,7 @@ describe ('crypto helper', () => { .uninstall (); }); - it ('should not reject valid signatures', async () => { + it ('should not reject valid signatures', () => { jasmine.clock () .install (); const base_time = (new Date);