We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d9bfe6 commit 09ed96eCopy full SHA for 09ed96e
interop/browser/main.js
@@ -19,7 +19,8 @@ async function testCAT() {
19
const cat = new CAT({
20
keys: {
21
Symmetric256: key
22
- }
+ },
23
+ expectCwtTag: true
24
});
25
26
const token = await cat.generate(
package.json
@@ -13,7 +13,7 @@
13
"scripts": {
14
"test": "jest",
15
"test:interop": "INTEROP=true jest",
16
- "test:browser": "vite serve interop/browser",
+ "test:browser": "npm run build && vite serve interop/browser",
17
"prepare": "husky install",
18
"lint": "eslint .",
"build": "tsc -p tsconfig.json",
0 commit comments