deno.land / x / oauth4webapi@v1.2.2 / tap / run-deno.ts

run-deno.ts
View Documentation
1
2
3
4
5
6
7
8
9
10
import 'qunit'import run from './run.js'
run(QUnit, (stats) => { if (stats?.failed !== 0) { // @ts-ignore Deno.exit(1) }})
oauth4webapi

Version Info

Tagged at
2 years ago