fix(core): update
This commit is contained in:
@ -35,7 +35,7 @@ tap.test('should not verify a wrong jwt', async () => {
|
||||
let error: Error;
|
||||
try {
|
||||
await smartjwtInstance.verifyJWTAndGetData(newJwt);
|
||||
} catch (e) {
|
||||
} catch (e: any) {
|
||||
error = e;
|
||||
}
|
||||
expect(error).to.be.instanceOf(Error);
|
||||
|
Reference in New Issue
Block a user