MCPcopy
hub / github.com/panva/jose / test

Function test

tap/run-workerd.ts:6–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4
5export default {
6 async test() {
7 await new Promise((resolve, reject) => {
8 run(QUnit, lib, lib, (results) => {
9 if (results?.failed !== 0) {
10 reject()
11 } else {
12 // @ts-ignore
13 resolve()
14 }
15 })
16 })
17 },
18}

Callers 15

general.test.tsFile · 0.85
zip.test.tsFile · 0.85
cek.test.tsFile · 0.85
iv.test.tsFile · 0.85
secs.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…