UNPKG
@vdcs/jwt
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.9
0.1.8
0.1.7
0.1.6
0.1.4
0.1.3
0.1.0
JWT implementation in typescript
vdcs.js.org
hopae-official/Verifiable-Digital-Credentials
@vdcs/jwt
/
src
/
test
/
index.spec.ts
8 lines
(6 loc)
•
143 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{ describe, expect, test }
from
'vitest'
;
describe
(
'Test#1'
,
() =>
{
test
(
'Test#1'
,
() =>
{
expect
(
1
).
toBe
(
1
); }); });