fix(core): update
This commit is contained in:
@ -4,10 +4,10 @@ import * as webjwt from '../ts/index.js';
|
||||
tap.test('first test', async () => {
|
||||
const originalString = JSON.stringify({
|
||||
a: {
|
||||
"complex_2": {
|
||||
"object": "yes",
|
||||
}
|
||||
}
|
||||
complex_2: {
|
||||
object: 'yes',
|
||||
},
|
||||
},
|
||||
});
|
||||
const stringToDecode = `abc.${btoa(originalString)}.rthgf`;
|
||||
const result = webjwt.getDataFromJwtString(stringToDecode);
|
||||
|
Reference in New Issue
Block a user