deno.land / x / oauth4webapi@v1.2.2 / tap / run-deno.ts
12345678910import 'qunit'import run from './run.js'run(QUnit, (stats) => { if (stats?.failed !== 0) { // @ts-ignore Deno.exit(1) }})
Version Info