This commit is contained in:
@ -20,7 +20,7 @@ describe ('key store', () => {
|
||||
clock_finalize ();
|
||||
});
|
||||
|
||||
const keys: {key:string, sign:string, iat:number}[] = [];
|
||||
const keys: {key: string, sign: string, iat: number}[] = [];
|
||||
|
||||
it ('should generate a new key', async () => {
|
||||
const iat = (new Date)
|
||||
|
Reference in New Issue
Block a user