fix(core): update

This commit is contained in:
2021-09-22 01:29:47 +02:00
parent f4448d8501
commit 0dc089f811
6 changed files with 18144 additions and 3281 deletions

View File

@ -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);