deno.land / x / oauth4webapi@v1.2.2 / tap / run-workers.ts
12345678910111213141516import QUnit from 'qunit'import run from './run.js'
export default { async fetch() { const results = await new Promise((resolve) => { run(QUnit, (results) => { resolve(results) }) })
// @ts-ignore return Response.json({ ...results }) },}
Version Info