Formatting

This commit is contained in:
co98357 2025-05-23 12:30:43 +01:00
parent e3a4f4cc85
commit 5f185a3648

View file

@ -14,18 +14,6 @@ const outputObject = JSON.stringify({
iat: 1
}, null, 4);
const outputWithHeaderObject = JSON.stringify({
header: {
alg: "algorithm",
typ: "algo"
},
payload: {
String: "SomeString",
Number: 42,
iat: 1
}
}, null, 4);
TestRegister.addTests([
{
name: "JWT Decode: HS",