deno.land / x / oauth4webapi@v1.2.2 / conformance / oidc / oidcc-client-test.ts

oidcc-client-test.ts
View Documentation
1
2
3
4
5
6
7
8
import { test, green, modules } from '../runner.js'
const name = import.meta.url.split('/').reverse()[0].split('.')[0]
for (const module of modules(name)) { test.serial(green, module)}
oauth4webapi

Version Info

Tagged at
2 years ago