deno.land / x / oauth4webapi@v1.2.2 / conformance / download_archive.ts

download_archive.ts
View Documentation
1
2
3
4
5
6
7
8
9
10
import test from 'ava'
import { downloadArtifact } from './api.js'import { plan } from './runner.js'
test('downloading artifact', async (t) => { await downloadArtifact(plan) t.pass()})
oauth4webapi

Version Info

Tagged at
2 years ago